Sui.Rpc.V2beta.BalanceChange (ex_sui v0.1.0)
View SourceThe delta, or change, in balance for an address for a particular Coin
type.
Summary
Types
@type t() :: %Sui.Rpc.V2beta.BalanceChange{ __unknown_fields__: [Protobuf.unknown_field()], address: String.t() | nil, amount: String.t() | nil, coin_type: String.t() | nil }