crosschain.core Table: address_labels Type: View
Columns
| Column Name | Data Type | Description |
|---|---|---|
| SYSTEM_CREATED_AT | TIMESTAMP_LTZ | SYSTEM_CREATED_AT column |
| INSERT_DATE | TIMESTAMP_LTZ | The date the label was inserted in the table |
| BLOCKCHAIN | TEXT | The name of the blockchain |
| ADDRESS | TEXT | Address that the label is for. This is the field that should be used to join other tables with labels. |
| CREATOR | TEXT | The name of the creator of the label |
| LABEL_TYPE | TEXT | A high-level category describing the addresses main function or ownership |
| LABEL_SUBTYPE | TEXT | A sub-category nested within label type providing further detail |
| ADDRESS_NAME | TEXT | Name of the address |
| PROJECT_NAME | TEXT | Name of the controlling entity of the address |