Struct ethers_core::utils::solc::CompiledContractStr [−][src]
This is supported on non-WebAssembly only.
Expand description
Helper struct for deserializing the solc string outputs
Fields
abi: String
The contract’s raw ABI
bin: String
The contract’s bytecode in hex
runtime_bin: String
The contract’s runtime bytecode in hex
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 CompiledContractStr
impl Send for CompiledContractStr
impl Sync for CompiledContractStr
impl Unpin for CompiledContractStr
impl UnwindSafe for CompiledContractStr
Blanket Implementations
Mutably borrows from an owned value. Read more