makeMoveVec method
Implementation
TransactionResult makeMoveVec({required dynamic objects, String? type}) {
return add(Commands.makeMoveVec(elements: objects, type: type));
}
TransactionResult makeMoveVec({required dynamic objects, String? type}) {
return add(Commands.makeMoveVec(elements: objects, type: type));
}