SubmitSignsForEvidenceRequest
SubmitSignsForEvidenceResponse
Purpose
A SubmitSignsForEvidenceRequest
instructs the signs_for engine to store a new piece of signs_for evidence.
A SubmitSignsForEvidenceResponse
is sent in response to a SubmitSignsForEvidenceRequest.
Type
SubmitSignsForEvidenceRequest
SubmitSignsForEvidenceResponse
Behaviour
- Stores the submitted evidence
- Returns an error iff.
- The evidence is invalid
- The evidence was already stored
Message flow
sequenceDiagram
%% --8<-- [start:sequence]
Any Local Engine ->>+ SignsForEngine: SubmitSignsForEvidenceRequest
SignsForEngine -->>- Any Local Engine: SubmitSignsForEvidenceResponse
%% --8<-- [end:sequence]
(Wiki) links on this page