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

    Type Alias IndexerEventOnChain<Fields>

    IndexerEventOnChain: {
        timestamp: number | null;
        txnDigest: TransactionDigest;
        type: AnyObjectType;
    } & Fields

    The event shape returned by the indexer before a package caster converts it.

    Fields contributes the event-specific properties to this intersection.

    Type Parameters

    • Fields

    Type Declaration

    • timestamp: number | null

      The event timestamp in epoch milliseconds, or null when absent.

    • txnDigest: TransactionDigest

      The digest of the transaction that emitted the event.

    • type: AnyObjectType

      The fully qualified Move event type.