MCPcopy Create free account
hub / github.com/NextDotID/proof_server / proofPayloadCheckRequest

Function proofPayloadCheckRequest

controller/proof_payload.go:93–99  ·  view source on GitHub ↗
(req *ProofPayloadRequest)

Source from the content-addressed store, hash-verified

91}
92
93func proofPayloadCheckRequest(req *ProofPayloadRequest) bool {
94 return string(req.Action) != "" &&
95 req.Platform != "" &&
96 req.Identity != "" &&
97 req.PublicKey != ""
98
99}

Callers 1

proofPayloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected