BlockChainService class abstract

Implementers

Constructors

BlockChainService.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

callSmartContractFunction(TransferRequest transferRequest) Future<BlockchainResponse>
getBlockChainDataByDerivationPath({required String mnemonic, required String? passphrase, required DerivationPath derivationPath}) Future<BlockChainData>
getBlockChainDataFromMnemonic(String mnemonic, String passphrase) Future<BlockChainData>
getBlockchainNetworkEnvironment() Future<String>
getBlockchainsUrlsByBlockchainType() Set<String>
getWalletBalance(TransferRequest transferRequest) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendTransferNativeCoin(TransferRequest transferRequest) Future<BlockchainResponse>
setBlockchainNetworkEnvironment({required String newUrl}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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