SplitCoins
open class SplitCoins : Disposable, AutoCloseable, 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)
Constructors
| SplitCoins | constructor(coin: Argument, amounts: List<Argument>) |
Functions
| Name | Summary |
|---|---|
| amounts | open override fun amounts(): List<Argument> The amounts to split off |
| close | @Synchronized open override fun close() |
| coin | open override fun coin(): Argument The coin to split |
| destroy | open override fun destroy() |
| equals | open operator override fun equals(other: Any?): Boolean |
| toString | open override fun toString(): String |