WalletPow class

Inheritance
Implementers

Constructors

WalletPow(WalletParams params)

Properties

client ↔ Web3Client
getter/setter pair
difficulty BigInt
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wallet ↔ Wallet
getter/setter pair

Methods

mineFreeGas(int gasAmount, EthereumAddress from, int nonce, Uint8List? bytes) Future<BigInt>
inherited
mineGasForTransaction(int nonce, int gas, EthereumAddress from, Uint8List? bytes) Future<BigInt>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(TransactionParams params) Future<String>
toString() String
A string representation of this object.
inherited

Operators

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