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