SplitCoinsInterface
interface SplitCoinsInterface
Command to split a single coin object into multiple coins
BCS
The BCS serialized form for this type is defined by the following ABNF:
split-coins = argument (vector argument)
Inheritors
| SplitCoins |
Functions
| Name | Summary |
|---|---|
| amounts | abstract fun amounts(): List<Argument> The amounts to split off |
| coin | abstract fun coin(): Argument The coin to split |