NonFungibleTokenBidContractDeployProps
Interface: NonFungibleTokenBidContractDeployProps
Properties overview
Defined in: packages/nft/src/marketplace/bid.ts:56
Extends
Exclude
<DeployArgs
,undefined
>
Properties
bids
bids: Field;
Defined in: packages/nft/src/marketplace/bid.ts:61
The offers.
storage
storage: Storage;
Defined in: packages/nft/src/marketplace/bid.ts:63
The storage.
whitelist
whitelist: Field;
Defined in: packages/nft/src/marketplace/bid.ts:59
The whitelist.
Updated 10 days ago