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
Auto Trait Implementations§
impl RefUnwindSafe for AbiObject
impl Send for AbiObject
impl Sync for AbiObject
impl Unpin for AbiObject
impl UnwindSafe for AbiObject
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more