Skip to main content

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

SplitCoinsconstructor(coin: Argument, amounts: List<Argument>)

Functions

NameSummary
amountsopen override fun amounts(): List<Argument>
The amounts to split off
close@Synchronized
open override fun close()
coinopen override fun coin(): Argument
The coin to split
destroyopen override fun destroy()
equalsopen operator override fun equals(other: Any?): Boolean
toStringopen override fun toString(): String