> ## 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: BatchListingInput

[index](.././index).BatchListingInput

## Table of contents

### Properties

* [listings](#listings)
* [terms](#terms)
* [docSignatureParams](#docsignatureparams)
* [personalSignatureParams](#personalsignatureparams)
* [metadata](#metadata)

## Properties

### listings

• **listings**: \{ `active`: `boolean` ; `termsId`: `bigint` ; `docURI`: `string` ; `IPCollection`: \`0x$\{string}\` ; `nftId`: `bigint` ; `licensor`: \`0x$\{string}\` ; `licensorSignature`: \`0x$\{string}\` ; `preferredLicensee`: \`0x$\{string}\` ; `price`: `bigint` ; `paymentToken`: \`0x\$\{string}\` ; `availableAgreements`: `bigint` ; `listingType`: [`LicenseTypeValue`](../types/license-type-value)  }\[]

### terms

• **terms**: `Object`

#### Type declaration

| Name               | Type              |
| :----------------- | :---------------- |
| `termsId`          | `bigint`          |
| `active`           | `boolean`         |
| `smartLicenseHash` | \`0x\$\{string}\` |
| `duration`         | `bigint`          |
| `expirationDate`   | `bigint`          |
| `licenseRoyalties` | `bigint`          |
| `resellRoyalties`  | `bigint`          |

### docSignatureParams

• **docSignatureParams**: \{ `signature`: \`0x$\{string}\` ; `signer`: \`0x$\{string}\` ; `v`: `number` ; `r`: \`0x$\{string}\` ; `s`: \`0x$\{string}\`  }\[]

### personalSignatureParams

• **personalSignatureParams**: `Object`

#### Type declaration

| Name        | Type              |
| :---------- | :---------------- |
| `signature` | \`0x\$\{string}\` |
| `signer`    | \`0x\$\{string}\` |
| `v`         | `number`          |
| `r`         | \`0x\$\{string}\` |
| `s`         | \`0x\$\{string}\` |

### metadata

• **metadata**: \`0x\$\{string}\`\[]
