JetstreamEvent Type
A parsed Jetstream event.
Union cases
| Union case |
Description
|
Full Usage:
AccountEvent(did, timeUs, account)
Parameters:
Did
timeUs : int64
account : AccountInfo
|
|
Full Usage:
CommitEvent(did, timeUs, commit)
Parameters:
Did
timeUs : int64
commit : CommitInfo
|
|
Full Usage:
IdentityEvent(did, timeUs, identity)
Parameters:
Did
timeUs : int64
identity : IdentityInfo
|
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAccountEvent
Returns: bool
|
|
Full Usage:
this.IsCommitEvent
Returns: bool
|
|
Full Usage:
this.IsIdentityEvent
Returns: bool
|
|
Full Usage:
this.IsUnknownEvent
Returns: bool
|
|