IBlockChainService class abstract

Implementers

Constructors

IBlockChainService.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
selectedSendToken TokenBalance?
no setter
tokensList List<TokenBalance>?
no setter

Methods

checkAllowance({required String senderAddress, required String receiverAddress, required String contractAddress, required String caip2Chain}) Future
dispose() → void
estimateGas({required Map<String, dynamic> transaction, required String caip2Chain}) Future<BigInt>
gasPrice({required String caip2Chain}) Future<GasPrice>
getBalance({required String address, String? caip2Chain}) Future<List<TokenBalance>>
getHistory({required String address, String? caip2Chain, String? cursor}) Future<ActivityData>
getIdentity({required String address}) Future<BlockchainIdentity>
Gets the name and avatar of a provided address on the given chain
getTokenBalance({required String address, required String namespace, required String chainId}) Future<double>
init() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rawCall({required String chainId, required Map params}) Future<String>
selectSendToken(TokenBalance? token) → void
toString() String
A string representation of this object.
inherited

Operators

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