Sui.Rpc.V2beta.BalanceChange (ex_sui v0.1.0)

View Source

The delta, or change, in balance for an address for a particular Coin type.

Summary

Types

t()

@type t() :: %Sui.Rpc.V2beta.BalanceChange{
  __unknown_fields__: [Protobuf.unknown_field()],
  address: String.t() | nil,
  amount: String.t() | nil,
  coin_type: String.t() | nil
}

Functions

descriptor()