gleeth/ethereum/abi/type_parser

Values

pub fn parse(
  type_string: String,
) -> Result(types.AbiType, types.AbiError)

Parse a Solidity type string into an AbiType. Handles: uint, int, address, bool, bytes, bytes, string, [], [N], (,,…).

Search Document