@did-btc1/method
    Preparing search index...

    Type Alias ImportMultiRequest

    type ImportMultiRequest = {
        internal?: boolean;
        keys?: string[];
        label?: string;
        pubkeys?: string[];
        redeemScript?: string;
        scriptPubKey: string | { address: string };
        timestamp: number | "now";
        watchonly?: boolean;
    }
    Index

    Properties

    internal?: boolean
    keys?: string[]
    label?: string
    pubkeys?: string[]
    redeemScript?: string
    scriptPubKey: string | { address: string }
    timestamp: number | "now"
    watchonly?: boolean