pub type RouterHandlerSignObjectRequest = RouterHandlerRequest<CryptoSignObjectInputRequest, CryptoSignObjectInputResponse>;
Aliased Type§
struct RouterHandlerSignObjectRequest {
pub request: CryptoSignObjectInputRequest,
pub response: Option<Result<CryptoSignObjectOutputResponse, BuckyError>>,
}
Fields§
§request: CryptoSignObjectInputRequest
§response: Option<Result<CryptoSignObjectOutputResponse, BuckyError>>