NFTSharesOwnerDeployProps
Interface: NFTSharesOwnerDeployProps
Properties overview
- admin: PublicKey; ↗
- auction: PublicKey; ↗
- collection: PublicKey; ↗
- maxBuyPrice: UInt64; ↗
- minSellPrice: UInt64; ↗
- nft: PublicKey; ↗
- owner: PublicKey; ↗
- uri: string; ↗
Defined in: packages/nft/src/marketplace/nft-shares.ts:31
Extends
Exclude
<DeployArgs
,undefined
>
Properties
admin
admin: PublicKey;
Defined in: packages/nft/src/marketplace/nft-shares.ts:33
auction
auction: PublicKey;
Defined in: packages/nft/src/marketplace/nft-shares.ts:37
collection
collection: PublicKey;
Defined in: packages/nft/src/marketplace/nft-shares.ts:35
maxBuyPrice
maxBuyPrice: UInt64;
Defined in: packages/nft/src/marketplace/nft-shares.ts:38
minSellPrice
minSellPrice: UInt64;
Defined in: packages/nft/src/marketplace/nft-shares.ts:39
nft
nft: PublicKey;
Defined in: packages/nft/src/marketplace/nft-shares.ts:36
owner
owner: PublicKey;
Defined in: packages/nft/src/marketplace/nft-shares.ts:34
uri
uri: string;
Defined in: packages/nft/src/marketplace/nft-shares.ts:40
Updated 10 days ago