Skip to main content

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

NameSummary
amountsabstract fun amounts(): List<Argument>
The amounts to split off
coinabstract fun coin(): Argument
The coin to split