ExternallyOwnedAccount class

This is an interface which contains a minimal set of properties required for Externally Owned Accounts which can have certain operations performed, such as encoding as a JSON wallet.

Properties

address String
The Address of this EOA.
no setter
hashCode int
The hash code for this object.
no setterinherited
impl → _ExternallyOwnedAccountImpl
Internal JS Object, should not be used directly.
finalinherited
mnemonic Mnemonic?
The account HD mnemonic, if it has one and can be determined. Some sources do not encode the mnemonic, such as HD extended keys.
no setter
privateKey String
The privateKey of this EOA
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited