Struct ethers_core::utils::CompiledContract  [−][src]
Expand description
The result of a solc compilation
Fields
abi: AbiThe contract’s ABI
bytecode: BytesThe contract’s bytecode
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CompiledContract
impl Send for CompiledContract
impl Sync for CompiledContract
impl Unpin for CompiledContract
impl UnwindSafe for CompiledContract
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self