Events
HubEvent
Field | Type | Label | Description |
---|---|---|---|
type | HubEventType | ||
id | uint64 | ||
body | MergeMessageBody, PruneMessageBody, RevokeMessageBody, MergeUserNameProofBody, MergeOnChainEventBody | oneOf |
HubEventType
Name | Number | Description |
---|---|---|
HUB_EVENT_TYPE_NONE | 0 | |
HUB_EVENT_TYPE_MERGE_MESSAGE | 1 | |
HUB_EVENT_TYPE_PRUNE_MESSAGE | 2 | |
HUB_EVENT_TYPE_REVOKE_MESSAGE | 3 | |
HUB_EVENT_TYPE_MERGE_USERNAME_PROOF | 6 | |
HUB_EVENT_TYPE_MERGE_ON_CHAIN_EVENT | 9 |
MergeMessageBody
Field | Type | Label | Description |
---|---|---|---|
message | Message | ||
deleted_messages | Message | repeated |
MergeUserNameProofBody
Field | Type | Label | Description |
---|---|---|---|
username_proof | UserNameProof | ||
deleted_username_proof | UserNameProof | ||
username_proof_message | Message | ||
deleted_username_proof_message | Message |
PruneMessageBody
Field | Type | Label | Description |
---|---|---|---|
message | Message |
RevokeMessageBody
Field | Type | Label | Description |
---|---|---|---|
message | Message |
MergeOnChainEventBody
Field | Type | Label | Description |
---|---|---|---|
on_chain_event | OnChainEvent |