PrivacyGroupMessageListener
Example
{
"name": "",
"created": 0,
"started": null,
"filters": {},
"options": {}
}
Field Descriptions
PrivacyGroupMessageListenerFilters
| Field Name |
Description |
Type |
sequenceAbove |
Only deliver message above a certain sequence (rather than from the earliest message) |
uint64 |
domain |
Only deliver messages for an individual domain |
string |
group |
Only deliver messages for an individual group ID |
HexBytes |
topic |
Regular expression filter to apply to the topic of each message to determine whether to deliver it to the listener |
string |
PrivacyGroupMessageListenerOptions
| Field Name |
Description |
Type |
excludeLocal |
When true, messages sent by the local node will not be delivered to the listener |
bool |