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