Expand description
Module containing BorshProtocol
responsible for server-side
dispatch of RPC methods and notifications when using Borsh
protocol.
Re-exports§
pub use crate::server::result::Result;
Structs§
- Borsh
Protocol - Server-side message serializer and dispatcher when using
Borsh
protocol.