Skip to main content
Schema: 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 NameData TypeDescription
BLOCKCHAINTEXTBlockchain, Network, or Platform the transaction or event occurs on.
REQUEST_IDTEXTThe unique identifier of the request.
SENDER_ADDRESSTEXTThe address of the sender.
PROMPT_LINKTEXTThe metadata link to the prompt.
DELIVERY_LINKTEXTThe metadata link to the prompt response / delivery data.
EZ_MECH_ACTIVITY_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.