Skip to main content

NonFungibleTokenAuctionContractDeployProps

Hierarchy

  • Exclude<DeployArgs, undefined>
    • NonFungibleTokenAuctionContractDeployProps

Index

Properties

auctionEndTime

auctionEndTime: UInt32

The auction end time.

auctioneer

auctioneer: PublicKey

The auctioneer of the NFT.

collection

collection: PublicKey

The collection of the NFT.

minimumPrice

minimumPrice: UInt64

The minimum price.

nft

nft: PublicKey

The address of the NFT.

owner

owner: PublicKey

The owner of the NFT.

saleFee

saleFee: UInt32

The sale fee.

transferFee

transferFee: UInt64

The transfer fee.

withdrawPeriod

withdrawPeriod: UInt32

The withdraw period.