NFTAddress
Class: NFTAddress
Properties overview
Defined in: packages/nft/src/marketplace/types.ts:6
Extends
- {
collection
:PublicKey
;
nft
:PublicKey
;
}
Constructors
new NFTAddress()
new NFTAddress(value: {
collection: PublicKey;
nft: PublicKey;
}): NFTAddress
Defined in: node_modules/o1js/dist/node/lib/provable/types/struct.d.ts:103
Parameters
value
collection
PublicKey
= PublicKey
nft
PublicKey
= PublicKey
Returns
Inherited from
Struct({
collection: PublicKey,
nft: PublicKey,
}).constructor
Properties
collection
collection: PublicKey = PublicKey;
Defined in: packages/nft/src/marketplace/types.ts:7
Inherited from
Struct({
collection: PublicKey,
nft: PublicKey,
}).collection
nft
nft: PublicKey = PublicKey;
Defined in: packages/nft/src/marketplace/types.ts:8
Inherited from
Struct({
collection: PublicKey,
nft: PublicKey,
}).nft
Updated 10 days ago