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
Behavior¶
- 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]