Interface ExtendedPrivateKey

interface ExtendedPrivateKey {
    chainCode: Uint8Array;
    derive(index): ExtendedPrivateKey;
    derivePath(path): ExtendedPrivateKey;
}

Hierarchy (view full)

Implemented by

Properties

Methods

Properties

chainCode: Uint8Array

Methods

Generated using TypeDoc