SplitCoins

interface SplitCoins

Command to split a single coin object into multiple coins.

Properties

Link copied to clipboard
abstract val amounts: List<Argument>

The amounts to split off.

Link copied to clipboard
abstract val coin: Argument

The coin to split.

Link copied to clipboard

Returns the field-presence view for this SplitCoins instance.

Functions

Link copied to clipboard
Link copied to clipboard
fun SplitCoins.copy(body: <Error class: unknown class>.() -> Unit = {}): SplitCoins

Copies the original message, including unknown fields.