@xoxno/sdk-js
    Preparing search index...

    Type Alias StellarUserActivityItemDto

    type StellarUserActivityItemDto = {
        action: string;
        amountShort: number;
        decimals: number;
        hubId: number;
        liquidator: string | null;
        reserveKey: string | null;
        seq: number;
        side: "supply" | "borrow" | null;
        spokeId: number | null;
        symbol: string;
        timestamp: string;
        token: string;
        usd: number;
    }
    Index

    Properties

    action: string

    Action kind (supply/borrow/withdraw/repay/liqRepay/...).

    amountShort: number

    Action delta this tx, human-readable token units.

    decimals: number
    hubId: number
    liquidator: string | null

    Liquidator (caller) address on liquidation legs.

    reserveKey: string | null
    seq: number

    Monotonic event ordinal; feed sort key.

    side: "supply" | "borrow" | null

    Position side this leg mutated; null for non-position rows.

    spokeId: number | null
    symbol: string
    timestamp: string

    Event time (ISO-8601).

    token: string

    Asset (token) contract address.

    usd: number

    Action delta valued in USD at event-time price.