Caravan Documentation
    Preparing search index...

    Interface ExtendedPublicKeyData

    Interface representing decoded extended public key data from a BCUR2 QR code ExtendedPublicKeyData

    interface ExtendedPublicKeyData {
        bip32Path?: string;
        rootFingerprint?: string;
        type: string;
        xpub: string;
    }
    Index

    Properties

    bip32Path?: string

    The BIP32 derivation path (optional)

    rootFingerprint?: string

    The root fingerprint of the master key (optional)

    type: string

    The type of UR data (e.g., "crypto-account" or "crypto-hdkey")

    xpub: string

    The extended public key in base58 format