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

    Type Alias SignRawTxParams

    type SignRawTxParams = {
        hexstring: string;
        prevtxs?: PrevOut[];
        privkeys?: string[];
        sighashtype?: SigHashType;
    }
    Index

    Properties

    hexstring: string
    prevtxs?: PrevOut[]
    privkeys?: string[]
    sighashtype?: SigHashType