AgentSignupChallenge
Returned from GET /api/agents/signup/challenge. Carries the input data the caller computes the proof of work over, plus an opaque ID identifying this challenge for the subsequent POST /api/agents/signup call.
Properties
challengeIDstring requiredAn ID identifying this challenge. Pass back to POST /api/agents/signup as challengeID.challengeDatastring requiredInput data for the proof-of-work computation. Compute the proof over this and submit the result to POST /api/agents/signup as challengeResult.