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

    Type Alias SignedRawTx

    type SignedRawTx = {
        complete: boolean;
        errors?: {
            error: string;
            scriptSig: string;
            sequence: number;
            txid: string;
            vout: number;
        }[];
        hex: string;
    }
    Index

    Properties

    Properties

    complete: boolean
    errors?: {
        error: string;
        scriptSig: string;
        sequence: number;
        txid: string;
        vout: number;
    }[]
    hex: string