Expand description
Protocol message types (requests, responses, parameters, results).
Re-exports§
pub use crate::base64::Base64Bytes;
Structs§
- Certificate
Info - Metadata for a single certificate returned during initialization.
- Error
Payload - An error payload with a numeric code and human-readable message.
- Error
Response - An error response with no method tag.
- Initialize
Params - Parameters for the
initializemethod. Currently empty. - Initialize
Result - Result of the
initializemethod. - Sign
Params - Parameters for the
signmethod. - Sign
Result - Result of the
signmethod.
Enums§
- Error
Code - Protocol error code with message.
- Request
- A protocol request message.
- Response
- A protocol response message — either a tagged success or an error.
- Success
Response - A successful protocol response, internally tagged by
method.