GenerateMakeTransferOptions constructor
GenerateMakeTransferOptions({
- required bool addMemo,
- required String amount,
- required String blockhash,
- required String destination,
- required int index,
- required int lastValidBlockHeight,
- required int mintDecimals,
- required String mintFeePayer,
- required String mintPublicKey,
- required Keypair owner,
- required TransactionType type,
- bool? senderCreate,
Implementation
GenerateMakeTransferOptions({
required this.addMemo,
required this.amount,
required this.blockhash,
required this.destination,
required this.index,
required this.lastValidBlockHeight,
required this.mintDecimals,
required this.mintFeePayer,
required this.mintPublicKey,
required this.owner,
required this.type,
this.senderCreate,
});