ABI.TypeEncoder (ex_abi v0.6.2)

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.

Summary

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)