btcutil-js - v0.2.0
    Preparing search index...

    Interface PsbtXpubInfo

    interface PsbtXpubInfo {
        extendedKey: string;
        masterKeyFingerprint: string;
        path?: number[];
        pathStr?: string;
    }
    Index

    Properties

    extendedKey: string

    Base58-encoded xpub/xprv string (e.g. "xpub6CUGRUo..."). The PSBT wire format stores 78 raw bytes; the codec converts both ways so consumers can read and write the human-friendly form.

    masterKeyFingerprint: string

    Master key fingerprint as 8-char lowercase hex.

    path?: number[]
    pathStr?: string