Enum ethcontract_generate::loaders::HardHatFormat [−][src]
pub enum HardHatFormat {
SingleExport,
MultiExport,
}Expand description
Artifact format.
Variants
Contracts for a single network. Generated with hardhat export.
Contracts for all networks. Generated with hardhat export --export-all.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Formatimpl UnwindSafe for FormatBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self