MakeMoveVecCommand
Create a vector (can be empty).
type MakeMoveVecCommand {
elements: [TransactionArgument!]
}
Fields
MakeMoveVecCommand.elements
● [TransactionArgument!]
list union
The values to pack into the vector, all of the same type.
Implemented By
Command
union