SuiTransferSui constructor
SuiTransferSui(
- SuiAddress recipient,
- int? amount
Implementation
SuiTransferSui(this.recipient, this.amount);
SuiTransferSui(this.recipient, this.amount);