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

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

Chain RPC Result type.