Skip to main content

Module message

Module message 

Source
Expand description

Protocol message types (requests, responses, parameters, results).

Re-exports§

pub use crate::base64::Base64Bytes;

Structs§

CertificateInfo
Metadata for a single certificate returned during initialization.
ErrorPayload
An error payload with a numeric code and human-readable message.
ErrorResponse
An error response with no method tag.
InitializeParams
Parameters for the initialize method. Currently empty.
InitializeResult
Result of the initialize method.
SignParams
Parameters for the sign method.
SignResult
Result of the sign method.

Enums§

ErrorCode
Protocol error code with message.
Request
A protocol request message.
Response
A protocol response message — either a tagged success or an error.
SuccessResponse
A successful protocol response, internally tagged by method.