@bitcoinerlab/descriptors - v2.3.4
    Preparing search index...

    Type Alias KeyInfo

    type KeyInfo = {
        keyExpression: string;
        pubkey?: Buffer;
        ecpair?: ECPairInterface;
        bip32?: BIP32Interface;
        masterFingerprint?: Buffer;
        originPath?: string;
        keyPath?: string;
        path?: string;
    }
    Index

    Properties

    keyExpression: string
    pubkey?: Buffer
    ecpair?: ECPairInterface
    bip32?: BIP32Interface
    masterFingerprint?: Buffer
    originPath?: string
    keyPath?: string
    path?: string