> ## 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:8](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/trust-record.ts#L8)

## Properties

### trustRecordId

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

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

***

### businessTransactionId

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

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

***

### transaction

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

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

***

### overrides

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

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

***

### executions

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

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

***

### verifications

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

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

***

### receipts

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

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

***

### trustRecordHash

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

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

***

### signature

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

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

***

### createdAt

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

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

***

### updatedAt

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

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