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

    Interface SettleSuccess

    interface SettleSuccess {
        id: string;
        success: true;
        txid: string;
        type: "SETTLE_SUCCESS";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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