CollectionDeployProps

Interface: CollectionDeployProps

Properties overview

  • admin: PublicKey;
  • baseURL: Field;
  • collectionName: Field;
  • creator: PublicKey;
  • symbol: string;
  • url: string;

Defined in: packages/nft/src/contracts/collection.ts:89

Extends

  • Exclude<DeployArgs, undefined>

Properties

admin

admin: PublicKey;

Defined in: packages/nft/src/contracts/collection.ts:92


baseURL

baseURL: Field;

Defined in: packages/nft/src/contracts/collection.ts:93


collectionName

collectionName: Field;

Defined in: packages/nft/src/contracts/collection.ts:90


creator

creator: PublicKey;

Defined in: packages/nft/src/contracts/collection.ts:91


symbol

symbol: string;

Defined in: packages/nft/src/contracts/collection.ts:94


url

url: string;

Defined in: packages/nft/src/contracts/collection.ts:95