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

    Interface CreateBTCHTLCParams

    interface CreateBTCHTLCParams {
        chain: "bitcoin";
        txData: { JSONRepresentation: BTCHTLCCreateRequest };
    }
    Index

    Properties

    Properties

    chain: "bitcoin"
    txData: { JSONRepresentation: BTCHTLCCreateRequest }