Class HDWalletInfo

HD wallet information With the master key and specific encryption type

Hierarchy

  • HDWalletInfo

Constructors

Properties

_derivedWallets: WalletInfo[]
_encryptionType: EncryptionType
_keyEntropy: Uint8Array
_pathTemplate: string

Accessors

Methods

  • Remove a derived wallet by path

    Parameters

    • derivedPath: string

    Returns void

  • Override the JSON stringify behavior to have properly properties

    Returns {
        derives: WalletInfo[];
        encryptionType: EncryptionType;
        keyEntropy: number[];
        pathTemplate: string;
    }

Generated using TypeDoc