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

View Source

Command to merge multiple coins of the same type into a single coin.

Summary

Types

t()

@type t() :: %Sui.Rpc.V2beta.MergeCoins{
  __unknown_fields__: [Protobuf.unknown_field()],
  coin: Sui.Rpc.V2beta.Argument.t() | nil,
  coins_to_merge: [Sui.Rpc.V2beta.Argument.t()]
}

Functions

descriptor()