NonFungibleTokenAuctionContractDeployProps

Interface: NonFungibleTokenAuctionContractDeployProps

Properties overview

  • auctioneer: PublicKey;
  • auctionEndTime: UInt32;
  • collection: PublicKey;
  • minimumPrice: UInt64;
  • nft: PublicKey;
  • owner: PublicKey;
  • saleFee: UInt32;
  • transferFee: UInt64;
  • withdrawPeriod: UInt32;

Defined in: packages/nft/src/marketplace/auction.ts:150

Extends

  • Exclude<DeployArgs, undefined>

Properties

auctioneer

auctioneer: PublicKey;

Defined in: packages/nft/src/marketplace/auction.ts:163

The auctioneer of the NFT.


auctionEndTime

auctionEndTime: UInt32;

Defined in: packages/nft/src/marketplace/auction.ts:155

The auction end time.


collection

collection: PublicKey;

Defined in: packages/nft/src/marketplace/auction.ts:157

The collection of the NFT.


minimumPrice

minimumPrice: UInt64;

Defined in: packages/nft/src/marketplace/auction.ts:153

The minimum price.


nft

nft: PublicKey;

Defined in: packages/nft/src/marketplace/auction.ts:159

The address of the NFT.


owner

owner: PublicKey;

Defined in: packages/nft/src/marketplace/auction.ts:161

The owner of the NFT.


saleFee

saleFee: UInt32;

Defined in: packages/nft/src/marketplace/auction.ts:167

The sale fee.


transferFee

transferFee: UInt64;

Defined in: packages/nft/src/marketplace/auction.ts:165

The transfer fee.


withdrawPeriod

withdrawPeriod: UInt32;

Defined in: packages/nft/src/marketplace/auction.ts:169

The withdraw period.