ABI.TypeEncoder (ex_abi v0.5.16)

ABI.TypeEncoder is responsible for encoding types to the format expected by Solidity. We generally take a function selector and an array of data and encode that array according to the specification.

Link to this section Summary

Link to this section Functions

Link to this function

encode(data, selector_or_types, data_type \\ :input)

Encodes the given data based on the function selector.

Link to this function

encode_raw(data, types)