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

    Type Alias TxInPrevout

    type TxInPrevout = {
        generated: boolean;
        height: number;
        scriptPubKey?: {
            address?: string;
            asm: string;
            desc: string;
            hex: string;
            type: string;
        };
        value: number;
    }
    Index

    Properties

    generated: boolean
    height: number
    scriptPubKey?: {
        address?: string;
        asm: string;
        desc: string;
        hex: string;
        type: string;
    }
    value: number