TransferObject constructor

TransferObject(
  1. SuiAddress recipient,
  2. SuiObjectRef objectRef
)

Implementation

TransferObject(this.recipient, this.objectRef);