NonFungibleTokenOfferContractDeployProps

Interface: NonFungibleTokenOfferContractDeployProps

Properties overview

  • collection: PublicKey;
  • nft: PublicKey;
  • owner: PublicKey;
  • price: UInt64;

Defined in: packages/nft/src/marketplace/offer.ts:24

Extends

  • Exclude<DeployArgs, undefined>

Properties

collection

collection: PublicKey;

Defined in: packages/nft/src/marketplace/offer.ts:31

The collection of the NFT.


nft

nft: PublicKey;

Defined in: packages/nft/src/marketplace/offer.ts:33

The address of the NFT.


owner

owner: PublicKey;

Defined in: packages/nft/src/marketplace/offer.ts:35

The owner of the NFT.


price

price: UInt64;

Defined in: packages/nft/src/marketplace/offer.ts:29

The offers.