Signer class abstract
- Implementers
Constructors
- Signer()
Properties
Methods
-
call(
TransactionRequest transaction, {BlockTag? blockTag}) → Future< String> -
connect(
Provider provider) → Signer -
estimateGas(
TransactionRequest transaction) → Future< BigInt> -
getAddress(
) → Future< String> - ========================================================================== Sub-classes MUST implement these
-
getBalance(
{BlockTag? blockTag}) → Future< BigInt> - ========================================================================== Sub-classes MAY override these
-
getTransactionCount(
{BlockTag? blockTag}) → Future< int> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signMessage(
) → dynamic -
signTransaction(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited