Function ethers::core::abi::parse_abi_str[][src]

pub fn parse_abi_str(input: &str) -> Result<Contract, ParseError>
Expand description

Parses a “human readable abi” string

See also AbiParser::parse_str