crosschain.olas Table: ez_mech_activity Type: View
What
This convenience table consolidates mech request and delivery activities within the OLAS protocol, combining request and delivery data (prompt and deliver links) into a unified set of records, emulating the format of the AIMechs app.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCKCHAIN | TEXT | Blockchain, Network, or Platform the transaction or event occurs on. |
| REQUEST_ID | TEXT | The unique identifier of the request. |
| SENDER_ADDRESS | TEXT | The address of the sender. |
| PROMPT_LINK | TEXT | The metadata link to the prompt. |
| DELIVERY_LINK | TEXT | The metadata link to the prompt response / delivery data. |
| EZ_MECH_ACTIVITY_ID | TEXT | The unique identifier for each row in the table. |
| 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. |