Struct ethers_core::utils::solc::SolcAbi [−][src]
pub struct SolcAbi {
pub inputs: Vec<Item>,
pub state_mutability: Option<String>,
pub abi_type: String,
pub name: Option<String>,
pub outputs: Option<Vec<Item>>,
}
This is supported on non-WebAssembly only.
Fields
inputs: Vec<Item>
state_mutability: Option<String>
abi_type: String
name: Option<String>
outputs: Option<Vec<Item>>
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 SolcAbi
impl UnwindSafe for SolcAbi
Blanket Implementations
Mutably borrows from an owned value. Read more