Caravan Documentation
    Preparing search index...

    Interface LegacyMultisig

    interface LegacyMultisig {
        bip32Derivation?: {
            masterFingerprint: string;
            path: string;
            pubkey: Buffer;
        }[];
        braidDetails: string;
        redeem?: { output: Buffer };
        witness?: { output: Buffer };
    }
    Index

    Properties

    bip32Derivation?: { masterFingerprint: string; path: string; pubkey: Buffer }[]
    braidDetails: string

    JSON stringified object with the following properties: braidDetails: { network: Network; addressType: number; extendedPublicKeys: string[]; requiredSigners: number; index: string; };

    redeem?: { output: Buffer }
    witness?: { output: Buffer }