Chain class

Use this class to generate extended keys. You can create an instance of this class with either a serialized extended key (Chain.import) or a hex encoded master seed (Chain.seed).

Constructors

Chain.import(String key)
Create a chain based on a serialized private or public key.
Chain.seed(String seed)
Create a chain based on a hex seed.

Properties

hashCode int
The hash code for this object.
no setterinherited
isPrivate bool
no setter
root ExtendedKey?
The root out of which all keys can be derived.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

forPath(String path) ExtendedKey
Derives a key based on a path.
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