mnemonic property

Mnemonic? mnemonic
getter/setter pair

A serialized string representation of this HDNode. Not all properties are included in the serialization, such as the mnemonic and path, so serializing and deserializing (using the fromExtendedKey class method) will result in reduced information. The mnemonic of this HDNode, if known.

Implementation

// TODO: extendedKey

/// The mnemonic of this HDNode, if known.
Mnemonic? mnemonic;