MgoTransactionKind constructor

MgoTransactionKind(
  1. TransferObject? transferObject,
  2. MgoMovePackage? publish,
  3. MoveCall? call,
  4. MgoTransferMgo? transferMgo,
  5. MgoChangeEpoch? changeEpoch,
  6. Pay? pay,
  7. PayMgo? payMgo,
  8. PayAllMgo? payAllMgo,
)

Implementation

MgoTransactionKind(
  this.transferObject,
  this.publish,
  this.call,
  this.transferMgo,
  this.changeEpoch,
  this.pay,
  this.payMgo,
  this.payAllMgo
);