pub fn validate_agent_joining(
_agent_pub_key: AgentPubKey,
_membrane_proof: &Option<MembraneProof>,
) -> ExternResult<ValidateCallbackResult>Expand description
Validation the network performs when you try to join, you can’t perform this validation yourself as you are not a member yet. There is access to network calls in this function