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

    Interface BTCHTLCSpendRequest

    interface BTCHTLCSpendRequest {
        redeemScriptHex: string;
        secret: string;
        to: string;
        type: "spendHtlc";
        utxo: any;
    }
    Index

    Properties

    redeemScriptHex: string
    secret: string
    to: string
    type: "spendHtlc"
    utxo: any