linera_rpc::grpc

Trait GrpcProxyable

Source
pub trait GrpcProxyable {
    // Required method
    fn chain_id(&self) -> Option<ChainId>;
}
Expand description

Types which are proxyable and expose the appropriate methods to be handled by the GrpcProxy

Required Methods§

Implementors§