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

    Type Alias DecodedScript

    type DecodedScript = {
        addresses: string[];
        asm: string;
        hex: string;
        p2sh: string;
        reqSigs: number;
        type: string;
    }
    Index

    Properties

    addresses: string[]
    asm: string
    hex: string
    p2sh: string
    reqSigs: number
    type: string