aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Event emitted when market funding values are updated.

    interface UpdatedFundingEvent {
        cumFundingRateLong: number;
        cumFundingRateShort: number;
        fundingLastUpdateMs: number;
        marketId: string;
        timestamp: number | undefined;
        txnDigest: string;
        type: string;
    }

    Hierarchy (View Summary)

    • Event
      • UpdatedFundingEvent
    Index
    cumFundingRateLong: number

    Cumulative long funding rate as a decimal fraction.

    cumFundingRateShort: number

    Cumulative short funding rate as a decimal fraction.

    fundingLastUpdateMs: number

    Funding update timestamp in Unix milliseconds.

    marketId: string

    Market whose funding rates changed.

    timestamp: number | undefined

    Timestamp of the event, if available.

    txnDigest: string

    The transaction digest associated with the event.

    type: string

    A string identifying the Move event type.