// Copyright 2019-2026 ChainSafe Systems
// SPDX-License-Identifier: Apache-2.0, MIT
usesuper::*;usecrate::libp2p::rpc::CborRequestResponse;/// Hello protocol codec to be used within the RPC service.
pubtypeHelloCodec=CborRequestResponse<&'staticstr, HelloRequest, HelloResponse>;