Web3 class

Constructors

Web3(Web3Client _web3Client)

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

getBalance(Bip32 key) Future<String>
getFtBalance(Bip32 key, String contractAddress) Future<String>
getNftBalance(Bip32 key, String contractAddress) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendTransaction(String signedTx) Future<String>
signTransaction(Credentials privateKey, Transaction tx, int chainId) Future<String>
toString() String
A string representation of this object.
inherited

Operators

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