EVMRpcClient class
Constructors
- EVMRpcClient.new({required EVMNetworkClient networkClient})
- EVMRpcClient.defaultInstance()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- networkClient → EVMNetworkClient
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAccountBalance(
String adress) → Future< String> -
getTransactionInfo(
{required String from, String? to, String? data, double? amountInEth}) → Future< EVMTransactionInfo> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendTransaction(
String txhex) → Future< BlockchainResponse> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited