Documentation

    Interface EventId

    Unique ID of a Sui Event, the ID is a combination of transaction digest and event seq number.

    interface EventId {
        eventSeq: string;
        txDigest: string;
    }
    Index

    Properties

    Properties

    eventSeq: string
    txDigest: string
    MMNEPVFCICPMFPCPTTAAATR