[−][src]Trait tendermint_light_node::rpc::Rpc
Required methods
fn state(&self) -> FutureResult<Option<LightBlock>, Error>
Returns the latest trusted block.
fn status(&self) -> FutureResult<LatestStatus, Error>
Returns the latest status.
Provided methods
fn to_delegate<M: Metadata>(self) -> IoDelegate<Self, M>
Create an IoDelegate, wiring rpc calls to the trait methods.
Implementors
impl<H> Rpc for Server<H> where
H: Handle + Send + Sync + 'static, [src]
H: Handle + Send + Sync + 'static,