Struct ethers_core::utils::solc::CompiledContract [−][src]
This is supported on non-WebAssembly only.
Expand description
The result of a solc compilation
Fields
abi: Abi
The contract’s ABI
bytecode: Bytes
The contract’s bytecode
runtime_bytecode: Bytes
The contract’s runtime bytecode
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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