pub type SignersForRpc<Provider, Rpc> = RwLock<Vec<Box<dyn EthSigner<<Provider as TransactionsProvider>::Transaction, RpcTxReq<Rpc>>>>>;Expand description
A handle to EthSigners with its generics set from TransactionsProvider and
reth_rpc_convert::RpcTypes.
Aliased Type§
pub struct SignersForRpc<Provider, Rpc> { /* private fields */ }Layout§
Note: Encountered an error during type layout; the type failed to be normalized.