Skip to main content

Interface: SplitCoinsLike

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)

Methods

amounts()

amounts(): ArgumentLike[];

The amounts to split off

Returns

ArgumentLike[]


coin()

coin(): ArgumentLike;

The coin to split

Returns

ArgumentLike