Sui.Rpc.V2beta.MergeCoins (ex_sui v0.1.0)
View SourceCommand to merge multiple coins of the same type into a single coin.
Summary
Types
@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()] }