Type Definition Result
sc_transaction_pool::error
type Result<T> = Result<T, Error>;
Transaction pool result.