TransferObject constructor

TransferObject(
  1. MgoAddress recipient,
  2. MgoObjectRef objectRef
)

Implementation

TransferObject(this.recipient, this.objectRef);