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

# Interface: AgreementObject

[index](.././index).AgreementObject

Agreement entity interface matching GraphQL schema

## Table of contents

### Properties

* [id](#id)
* [agreementId](#agreementid)
* [stage](#stage)
* [docURI](#docuri)
* [licenseeAddress](#licenseeaddress)
* [licenseeSignature](#licenseesignature)
* [licensorSignature](#licensorsignature)
* [listing](#listing)
* [listingId](#listingid)
* [blockNumber](#blocknumber)
* [blockTimestamp](#blocktimestamp)
* [transactionHash](#transactionhash)

## Properties

### id

• **id**: `string`

### agreementId

• **agreementId**: `string`

### stage

• **stage**: `number`

### docURI

• `Optional` **docURI**: `string`

### licenseeAddress

• `Optional` **licenseeAddress**: \`0x\$\{string}\`

### licenseeSignature

• `Optional` **licenseeSignature**: `string`

### licensorSignature

• `Optional` **licensorSignature**: `string`

### listing

• `Optional` **listing**: [`ListingObject`](./listing-object)

### listingId

• **listingId**: `string`

### blockNumber

• **blockNumber**: `string`

### blockTimestamp

• **blockTimestamp**: `string`

### transactionHash

• **transactionHash**: `string`
