{"version":3,"file":"balance_change.mjs","names":[],"sources":["../../../../../../src/grpc/proto/sui/rpc/v2/balance_change.ts"],"sourcesContent":["// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n\n// @generated by protobuf-ts 2.9.6 with parameter force_server_none,optimize_code_size,ts_nocheck\n// @generated from protobuf file \"sui/rpc/v2/balance_change.proto\" (package \"sui.rpc.v2\", syntax proto3)\n// tslint:disable\n// @ts-nocheck\n//\n// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n//\nimport { MessageType } from '@protobuf-ts/runtime';\n/**\n * The delta, or change, in balance for an address for a particular `Coin` type.\n *\n * @generated from protobuf message sui.rpc.v2.BalanceChange\n */\nexport interface BalanceChange {\n\t/**\n\t * The account address that is affected by this balance change event.\n\t *\n\t * @generated from protobuf field: optional string address = 1;\n\t */\n\taddress?: string;\n\t/**\n\t * The `Coin` type of this balance change event.\n\t *\n\t * @generated from protobuf field: optional string coin_type = 2;\n\t */\n\tcoinType?: string;\n\t/**\n\t * The amount or change in balance.\n\t *\n\t * @generated from protobuf field: optional string amount = 3;\n\t */\n\tamount?: string;\n}\n// @generated message type with reflection information, may provide speed optimized methods\nclass BalanceChange$Type extends MessageType<BalanceChange> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.BalanceChange', [\n\t\t\t{ no: 1, name: 'address', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 2, name: 'coin_type', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 3, name: 'amount', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.BalanceChange\n */\nexport const BalanceChange = new BalanceChange$Type();\n"],"mappings":";;;AAsCA,IAAM,qBAAN,cAAiC,YAA2B;CAC3D,cAAc;AACb,QAAM,4BAA4B;GACjC;IAAE,IAAI;IAAG,MAAM;IAAW,MAAM;IAAU,KAAK;IAAM,GAAG;IAAyB;GACjF;IAAE,IAAI;IAAG,MAAM;IAAa,MAAM;IAAU,KAAK;IAAM,GAAG;IAAyB;GACnF;IAAE,IAAI;IAAG,MAAM;IAAU,MAAM;IAAU,KAAK;IAAM,GAAG;IAAyB;GAChF,CAAC;;;;;;AAMJ,MAAa,gBAAgB,IAAI,oBAAoB"}