Trait linera_rpc::grpc::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§