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

    Event emitted when a clearing house (market) is upgraded to a new version.

    interface UpdatedMarketVersionEvent {
        marketId: string;
        timestamp: number | undefined;
        txnDigest: string;
        type: string;
        version: bigint;
    }

    Hierarchy (View Summary)

    • Event
      • UpdatedMarketVersionEvent
    Index
    marketId: string

    Market identifier for which the version 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.

    version: bigint

    New version value.