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

    Interface UtxoUpdate

    interface UtxoUpdate {
        coins: ExtendedCoin[];
        id: string;
        success: boolean;
        type: "UTXO_UPDATE";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    coins: ExtendedCoin[]
    id: string
    success: boolean
    type: "UTXO_UPDATE"