mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
feat: Feat/add on rpc server started hook (#4947)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -1478,7 +1478,7 @@ impl TransportRpcModuleConfig {
|
||||
}
|
||||
|
||||
/// Holds installed modules per transport type.
|
||||
#[derive(Debug, Default)]
|
||||
#[derive(Debug, Clone, Default)]
|
||||
pub struct TransportRpcModules<Context = ()> {
|
||||
/// The original config
|
||||
config: TransportRpcModuleConfig,
|
||||
|
||||
Reference in New Issue
Block a user