MakeMoveVec

@Serializable
data class MakeMoveVec(val typeTag: TypeTag?, val values: List<Argument>) : Command

Given n-values of the same type, it constructs a vector.

For non objects or an empty vector, the type tag must be specified.

Parameters

typeTag

of the values.

values

to create the vector from.

Constructors

Link copied to clipboard
constructor(typeTag: TypeTag?, values: 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.