RegistryEntry
Example
{
"registry": "",
"id": "0x",
"name": "",
"blockNumber": 0,
"transactionIndex": 0,
"logIndex": 0
}
Field Descriptions
Field Name |
Description |
Type |
registry |
The registry that maintains this record |
string |
id |
The ID of the entry, which is unique within the registry across all records in the hierarchy |
HexBytes |
name |
The name of the entry, which is unique across entries with the same parent |
string |
parentId |
Unset for a root record, otherwise a reference to another entity in the same registry |
HexBytes |
blockNumber |
For Ethereum blockchain backed registries, this is the block number where the registry entry/property was set |
int64 |
transactionIndex |
The transaction index within the block |
int64 |
logIndex |
The log index within the transaction of the event |
int64 |
active |
When querying with an activeFilter of 'any' or 'inactive', this boolean shows if the entry/property is active or not |
bool |