JsonRpcSigner class
Constructors
- JsonRpcSigner({required JsonRpcProvider childProvider, String? address, int? index = 0})
Properties
- address → String?
-
final
- childProvider → JsonRpcProvider
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int?
-
final
- provider ↔ Provider?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
TransactionRequest transaction, {BlockTag? blockTag}) → Future< String> -
inherited
-
connect(
Provider provider) → JsonRpcSigner -
override
-
connectUnchecked(
Provider provider) → dynamic -
estimateGas(
TransactionRequest transaction) → Future< BigInt> -
inherited
-
getAddress(
) → Future< String> -
==========================================================================
Sub-classes MUST implement these
override
-
getBalance(
{BlockTag? blockTag}) → Future< BigInt> -
==========================================================================
Sub-classes MAY override these
inherited
-
getTransactionCount(
{BlockTag? blockTag}) → Future< int> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signMessage(
) → dynamic -
override
-
signTransaction(
) → dynamic -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited