4byte

Examples

Note

These examples are crafted as a Jupyter notebook. You can download the original notebook file here.

Also note that inside Jupyter notebooks, await can be used freely outside of asyncio.run().

4byte

Reference

async ctc.protocols.fourbyte_utils.async_build_event_signatures_dataset(signature_data=None)
Return type

None

async ctc.protocols.fourbyte_utils.async_build_function_signatures_dataset(signature_data=None)
Return type

None

async ctc.protocols.fourbyte_utils.async_query_event_signatures(hex_signature=None, *, id=None, bytes_signature=None, text_signature=None, use_local=True, use_remote=True)
Return type

Sequence[Entry]

async ctc.protocols.fourbyte_utils.async_query_function_signatures(hex_signature=None, *, id=None, bytes_signature=None, text_signature=None, use_local=True, use_remote=True)
Return type

Sequence[Entry]