thorchain.core Table: fact_tss_keygen_success_events Type: Base Table
Fact table shows succeeded keygen events
Columns
| Column Name | Data Type | Description |
|---|---|---|
| FACT_TSS_KEYGEN_SUCCESS_EVENTS_ID | TEXT | |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | Timestamp of block minting(without a timezone) |
| DIM_BLOCK_ID | TEXT | FK to DIM_BLOCK table |
| PUB_KEY | TEXT | |
| MEMBERS | TEXT | |
| HEIGHT | NUMBER | |
| EVENT_ID | NUMBER | |
| _INSERTED_TIMESTAMP | TIMESTAMP_NTZ | |
| _AUDIT_RUN_ID | TEXT | |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |