Structs§
- Ethereum
Event - The data type for an Ethereum event emitted by a smart contract
Enums§
- Ethereum
Data Type - A single primitive data type. This is used for example for the entries of Ethereum events.
- Ethereum
Query Error - Ethereum
Service Error
Functions§
- event_
name_ from_ expanded - Convert an entry named “Event(type1 indexed,type2 indexed)” into “Event(type1,type2)” The event_name_expanded is needed for parsing the obtained log.
- parse_
log