BitcoinTransferRequest constructor

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

Implementation

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