Struct ethers_core::abi::AbiObject
source · pub struct AbiObject {
pub abi: RawAbi,
pub bytecode: Option<Bytes>,
pub deployed_bytecode: Option<Bytes>,
}
Expand description
Contract ABI and optional bytecode as JSON object
Fields§
§abi: RawAbi
§bytecode: Option<Bytes>
§deployed_bytecode: Option<Bytes>
Trait Implementations§
source§impl<'de> Deserialize<'de> for AbiObject
impl<'de> Deserialize<'de> for AbiObject
source§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