@raoul-picconi/mojito-sdk
    Preparing search index...

    Interface BTCHTLCRefundRequest

    interface BTCHTLCRefundRequest {
        redeemScriptHex: string;
        to: string;
        type: "refundHtlc";
        utxo: any;
    }
    Index

    Properties

    redeemScriptHex: string
    to: string
    type: "refundHtlc"
    utxo: any