TransferRequest class abstract

Implementers

Constructors

TransferRequest(String? walletId, String blockchainType, String? newUrl, DerivationPath? derivationPath, DerivationPath? currentDerivationPath, String? walletName, String? mnemonic, String? passphrase, String? toAddress, BlockChainSmartContractArguments? arguments, String? transferAmount, String? privateKey, String? publicKey, String? fromAddress, String? accountID)

Properties

accountID String?
getter/setter pair
arguments BlockChainSmartContractArguments?
getter/setter pair
blockchainType String
getter/setter pair
currentDerivationPath DerivationPath?
getter/setter pair
derivationPath DerivationPath?
getter/setter pair
fromAddress String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mnemonic String?
getter/setter pair
newUrl String?
getter/setter pair
passphrase String?
getter/setter pair
privateKey String?
getter/setter pair
publicKey String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toAddress String?
getter/setter pair
transferAmount String?
getter/setter pair
walletId String?
getter/setter pair
walletName String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited