Signer class abstract

Implementers

Constructors

Signer()

Properties

hashCode int
The hash code for this object.
no setterinherited
provider Provider?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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