Type Definition web3::Result[][src]

type Result<T> = Box<Future<Item = T, Error = Error> + Send + 'static>;

RPC result