GenerateMakeTransferOptions constructor

GenerateMakeTransferOptions({
  1. required bool addMemo,
  2. required String amount,
  3. required String blockhash,
  4. required String destination,
  5. required int index,
  6. required int lastValidBlockHeight,
  7. required int mintDecimals,
  8. required String mintFeePayer,
  9. required String mintPublicKey,
  10. required Keypair owner,
  11. required TransactionType type,
  12. 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,
});