Type Definition sc_rpc::state::error::Result[][src]

type Result<T> = Result<T, Error>;
Expand description

State RPC Result type.