Function ethers_core::abi::parse_abi_str
source · pub fn parse_abi_str(input: &str) -> Result<Abi, ParseError>
Expand description
Parses a “human readable abi” string
See also AbiParser::parse_str
pub fn parse_abi_str(input: &str) -> Result<Abi, ParseError>
Parses a “human readable abi” string
See also AbiParser::parse_str