SplitCoins

@Serializable
data class SplitCoins(val coin: Argument, val into: List<Argument>) : Command

Splits off some amounts into a new coins with those amounts.

Parameters

coin

to split.

into

the amounts to split the coin into.

Constructors

Link copied to clipboard
constructor(coin: Argument, into: List<Argument>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Creates a MakeMoveVec command.

Link copied to clipboard

Creates a MergeCoins command.

Link copied to clipboard

Creates a MoveCall command.

Link copied to clipboard

Creates a Publish command.

Link copied to clipboard

Creates a SplitCoins command.

Link copied to clipboard
Link copied to clipboard

Creates a Upgrade command.