diff --git a/proto/identity/api/v1/identity.proto b/proto/identity/api/v1/identity.proto index 028f6e8..8c95fd1 100644 --- a/proto/identity/api/v1/identity.proto +++ b/proto/identity/api/v1/identity.proto @@ -53,6 +53,7 @@ service IdentityApi { }; } + // Subscribe to a stream of addresses associated and revoked from all inboxes on the network rpc SubscribeAssociationChanges(SubscribeAssociationChangesRequest) returns (stream SubscribeAssociationChangesResponse) { option (google.api.http) = { post: "/identity/v1/subscribe-association-changes"