WithdrawEvent
Class: WithdrawEvent
Properties overview
Defined in: packages/nft/src/marketplace/types.ts:23
Extends
- {
amount
:UInt64
;
buyer
:PublicKey
;
maxPoints
:UInt64
;
}
Constructors
new WithdrawEvent()
new WithdrawEvent(value: {
amount: UInt64;
buyer: PublicKey;
maxPoints: UInt64;
}): WithdrawEvent
Defined in: node_modules/o1js/dist/node/lib/provable/types/struct.d.ts:103
Parameters
value
amount
UInt64
= UInt64
buyer
PublicKey
= PublicKey
maxPoints
UInt64
= UInt64
Returns
Inherited from
Struct({
buyer: PublicKey,
amount: UInt64,
maxPoints: UInt64,
}).constructor
Properties
amount
amount: UInt64 = UInt64;
Defined in: packages/nft/src/marketplace/types.ts:25
Inherited from
Struct({
buyer: PublicKey,
amount: UInt64,
maxPoints: UInt64,
}).amount
buyer
buyer: PublicKey = PublicKey;
Defined in: packages/nft/src/marketplace/types.ts:24
Inherited from
Struct({
buyer: PublicKey,
amount: UInt64,
maxPoints: UInt64,
}).buyer
maxPoints
maxPoints: UInt64 = UInt64;
Defined in: packages/nft/src/marketplace/types.ts:26
Inherited from
Struct({
buyer: PublicKey,
amount: UInt64,
maxPoints: UInt64,
}).maxPoints
Updated 10 days ago