Skip to content

JoinResponse

Purpose

Response to a JoinRequest.

Reception

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