Type Definition substrate_rpc_client::RpcResult

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

JSON-RPC result.