Enum ethcontract_generate::loaders::NetworkEntry [−][src]
Expand description
Network allow-deny entry.
Variants
ByChainId(String)Network identified by chain ID.
ByName(String)Network identified by its name specified in hardhat.config.js.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NetworkEntryimpl Send for NetworkEntryimpl Sync for NetworkEntryimpl Unpin for NetworkEntryimpl UnwindSafe for NetworkEntryBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self