SplitCoinsCommand
Splits off coins with denominations in amounts
from coin
, returning multiple results (as many as there are amounts.)
type SplitCoinsCommand {
amounts: [TransactionArgument!]!
coin: TransactionArgument
}
Fields
SplitCoinsCommand.amounts
● [TransactionArgument!]!
non-null union
The denominations to split off from the coin.
SplitCoinsCommand.coin
● TransactionArgument
union
The coin to split.
Implemented By
Command
union