> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parmanasystems.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: ExecutionTrustRecord

Defined in: [typescript/src/models/trust-record.ts:22](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/trust-record.ts#L22)

## Properties

### trustRecordId

> `readonly` **trustRecordId**: `string`

Defined in: [typescript/src/models/trust-record.ts:23](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/trust-record.ts#L23)

***

### businessTransactionId

> `readonly` **businessTransactionId**: `string`

Defined in: [typescript/src/models/trust-record.ts:24](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/trust-record.ts#L24)

***

### transaction

> `readonly` **transaction**: [`BusinessTransaction`](/sdks/reference/typescript/interfaces/BusinessTransaction)

Defined in: [typescript/src/models/trust-record.ts:25](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/trust-record.ts#L25)

***

### overrides

> `readonly` **overrides**: [`Override`](/sdks/reference/typescript/interfaces/Override)\[]

Defined in: [typescript/src/models/trust-record.ts:26](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/trust-record.ts#L26)

***

### executions

> `readonly` **executions**: [`Execution`](/sdks/reference/typescript/interfaces/Execution)\[]

Defined in: [typescript/src/models/trust-record.ts:27](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/trust-record.ts#L27)

***

### verifications

> `readonly` **verifications**: [`Verification`](/sdks/reference/typescript/interfaces/Verification)\[]

Defined in: [typescript/src/models/trust-record.ts:28](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/trust-record.ts#L28)

***

### receipts

> `readonly` **receipts**: [`Receipt`](/sdks/reference/typescript/interfaces/Receipt)\[]

Defined in: [typescript/src/models/trust-record.ts:29](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/trust-record.ts#L29)

***

### trustRecordHash

> `readonly` **trustRecordHash**: `string`

Defined in: [typescript/src/models/trust-record.ts:30](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/trust-record.ts#L30)

***

### signature

> `readonly` **signature**: [`Signature`](/sdks/reference/typescript/interfaces/Signature)

Defined in: [typescript/src/models/trust-record.ts:31](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/trust-record.ts#L31)

***

### createdAt

> `readonly` **createdAt**: `Date`

Defined in: [typescript/src/models/trust-record.ts:32](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/trust-record.ts#L32)

***

### updatedAt

> `readonly` **updatedAt**: `Date`

Defined in: [typescript/src/models/trust-record.ts:33](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/trust-record.ts#L33)

***

### evidenceAnchor?

> `readonly` `optional` **evidenceAnchor?**: [`EvidenceAnchor`](/sdks/reference/typescript/interfaces/EvidenceAnchor)

Defined in: [typescript/src/models/trust-record.ts:34](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/trust-record.ts#L34)
