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

Hierarchy (View Summary)

Properties

Properties

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