JoinResponse¶
Purpose¶
Response to a JoinRequest.
Reception¶
- Domain \(\to\) JoinResponse \(\to\) Domain
- Domain \(\to\) JoinResponse \(\to\) Any Local Engine
Structure¶
Field | Type | Description |
---|---|---|
approver |
ExternalIdentity | Identity of approver |
requestor |
ExternalIdentity | Identity of requestor |
domain |
ExternalIdentity | Domain ID to join |
epoch |
Option |
Current epoch of domain the membership is valid from, if approved |
result |
Result | Join decision: acceptance or refusal |
sig |
Signature | Signature by approver |
Effects¶
The JoinResponse is forwarded to the local engine who sent the JoinRequest.
Triggers¶
- Domain \(\to\) JoinResponse \(\to\) Any Local Engine