ethpector.abi package

Submodules

ethpector.abi.abi module

class ethpector.abi.abi.AbiJson(abi_dict)[source]

Bases: object

Provides convenient functions to deal with ABI definition files (JSON)

abi_dict

standard JSON ABI format parsed into a dictionary

Type:

dict

static abi_entry_to_signature(abie)[source]
add_functions_to_signatureDB()[source]

Adds the function signatures contained in the ABI file to the local function signature database.

get_function_signatures() list[str][source]

Extracts the function signatures for the ABI file.

Returns:

function signatures in the ABI

Return type:

list[str]

static get_type(param)[source]

Module contents