ChainHandler class abstract
Base interface for chain-specific handlers
- Implementers
Constructors
Properties
- balanceMethod → String
-
The RPC method name for getting balance
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
buildBalanceParams(
String address) → dynamic - Builds the parameters for a balance request Can return either a List (for array params) or Map (for object params)
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parseBalance(
String balanceResult, T parseRpc< T>(String) ) → double - Parses the balance result from RPC response
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited