@arkade-os/sdk Documentation - v0.3.11
    Preparing search index...

    Interface SendBitcoinSuccess

    interface SendBitcoinSuccess {
        id: string;
        success: true;
        txid: string;
        type: "SEND_BITCOIN_SUCCESS";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string
    success: true
    txid: string
    type: "SEND_BITCOIN_SUCCESS"