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

    Type Alias CreateRawTxParams

    type CreateRawTxParams = {
        inputs: TxInForCreateRaw[];
        locktime: number;
        outputs: BitcoinOutputs;
        replacable: boolean;
    }
    Index

    Properties

    locktime: number
    replacable: boolean