pub trait ParamTypeExt {
    fn from_str(s: &str) -> Result<ParamType, ParseParamTypeError> { ... }
}
Expand description

An extension trait for Solidity parameter types.

Provided Methods

Parses a parameter type from a string value.

Implementations on Foreign Types

Implementors