MakeTransferOptions constructor
MakeTransferOptions({
- required String amount,
- required String destination,
- required Keypair owner,
- Commitment? commitment,
- String? mint,
- String? referenceId,
- String? referenceType,
- bool? senderCreate,
- TransactionType? type,
Implementation
MakeTransferOptions(
{required this.amount,
required this.destination,
required this.owner,
this.commitment,
this.mint,
this.referenceId,
this.referenceType,
this.senderCreate,
this.type});