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
pub trait GrpcProxyable {
// Required method
fn chain_id(&self) -> Option<ChainId>;
}
Types which are proxyable and expose the appropriate methods to be handled
by the GrpcProxy