FullWallet class

FullWallet holds the full wallet information which consists of:

  • hexPublicKey - the public key in hex format
  • hexPrivateKey - the private key in hex format
  • wif - the Wallet Information Format (contains the private key within)
  • address - the Base64 encoded address
  • networkPrefix - the network e.g. mainnet 'M0' or testnet 'T0'

Constructors

FullWallet(HexPublicKey hexPublicKey, HexPrivateKey hexPrivateKey, Wif wif, Address address, NetworkPrefix networkPrefix)

Properties

address Address
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hexPrivateKey HexPrivateKey
getter/setter pair
hexPublicKey HexPublicKey
getter/setter pair
networkPrefix NetworkPrefix
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wif Wif
getter/setter pair

Methods

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

Operators

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