Preparing search index...
The search index is not available
Documentation
Documentation
@mysten/sui
client
EventId
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
event
Seq
tx
Digest
Properties
event
Seq
event
Seq
:
string
tx
Digest
tx
Digest
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
event
Seq
tx
Digest
Documentation
Loading...
Unique ID of a Sui Event, the ID is a combination of transaction digest and event seq number.