CredentialsWithKnownAddress class abstract
Credentials where the address is known synchronously.
- Inheritance
-
- Object
- Credentials
- CredentialsWithKnownAddress
- Implementers
Constructors
Properties
- address → ToplAddress
-
The topl address belonging to this credential.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isolateSafe → bool
-
Whether these Credentials are safe to be copied to another isolate and
can operate there.
If this getter returns true, the client might chose to perform the
expensive signing operations on another isolate.
no setterinherited
- proposition → Proposition
-
The proposition that matches the evidence which is contained in the given credential
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
extractAddress(
) → Future< ToplAddress> -
Loads the ethereum address specified by these credentials.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signToSignature(
Uint8List payload) → Future< SignatureBase> -
Signs the
payload
with a private key and returns the obtained signature.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited