BitcoinTransferRequest constructor
BitcoinTransferRequest({
- BlockChainSmartContractArguments? arguments,
- DerivationPath? derivationPath,
- DerivationPath? currentDerivationPath,
- String? fromAddress,
- String? mnemonic,
- String? newUrl,
- String? passphrase,
- String? privateKey,
- String? publicKey,
- String? toAddress,
- String? transferAmount,
- String? walletId,
- String? walletName,
- 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;
}