TransferRequest constructor

TransferRequest(
  1. String? walletId,
  2. String blockchainType,
  3. String? newUrl,
  4. DerivationPath? derivationPath,
  5. DerivationPath? currentDerivationPath,
  6. String? walletName,
  7. String? mnemonic,
  8. String? passphrase,
  9. String? toAddress,
  10. BlockChainSmartContractArguments? arguments,
  11. String? transferAmount,
  12. String? privateKey,
  13. String? publicKey,
  14. String? fromAddress,
  15. String? accountID,
)

Implementation

TransferRequest(
    this.walletId,
    this.blockchainType,
    this.newUrl,
    this.derivationPath,
    this.currentDerivationPath,
    this.walletName,
    this.mnemonic,
    this.passphrase,
    this.toAddress,
    this.arguments,
    this.transferAmount,
    this.privateKey,
    this.publicKey,
    this.fromAddress,
    this.accountID);