Unique ID of a Sui Event, the ID is a combination of tx seq number and event seq number, the ID is local to this particular fullnode and will be different from other fullnode.

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

Properties

Properties

eventSeq: string
txDigest: string