All Types
Interface: AgreementObject
index.AgreementObject
Agreement entity interface matching GraphQL schema
Table of contents
Properties
- id
- agreementId
- stage
- docURI
- licenseeAddress
- licenseeSignature
- licensorSignature
- listing
- listingId
- blockNumber
- blockTimestamp
- 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
listingId
• listingId: string
blockNumber
• blockNumber: string
blockTimestamp
• blockTimestamp: string
transactionHash
• transactionHash: string