MakeMoveVecCommand
Create a vector (can be empty).
type MakeMoveVecCommand {
elements: [TransactionArgument!]
type: MoveType
}
Fields
MakeMoveVecCommand.elements
● [TransactionArgument!]
list union
The values to pack into the vector, all of the same type.
MakeMoveVecCommand.type
● MoveType
object
If the elements are not objects, or the vector is empty, a type must be supplied.
Implemented By
Command
union