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

    Interface VtxoUpdate

    interface VtxoUpdate {
        id: string;
        newVtxos: ExtendedVirtualCoin[];
        spentVtxos: ExtendedVirtualCoin[];
        success: boolean;
        type: "VTXO_UPDATE";
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string
    spentVtxos: ExtendedVirtualCoin[]
    success: boolean
    type: "VTXO_UPDATE"