MgoTransactionKind constructor
MgoTransactionKind(
- TransferObject? transferObject,
- MgoMovePackage? publish,
- MoveCall? call,
- MgoTransferMgo? transferMgo,
- MgoChangeEpoch? changeEpoch,
- Pay? pay,
- PayMgo? payMgo,
- PayAllMgo? payAllMgo,
Implementation
MgoTransactionKind(
this.transferObject,
this.publish,
this.call,
this.transferMgo,
this.changeEpoch,
this.pay,
this.payMgo,
this.payAllMgo
);