DepositEvent

Class: DepositEvent

Properties overview

  • amount: UInt64 = UInt64;
  • buyer: PublicKey = PublicKey;
  • maxPoints: UInt64 = UInt64;

Defined in: packages/nft/src/marketplace/types.ts:17

Extends

  • {
    amount: UInt64;
    buyer: PublicKey;
    maxPoints: UInt64;
    }

Constructors

new DepositEvent()

new DepositEvent(value: {
  amount: UInt64;
  buyer: PublicKey;
  maxPoints: UInt64;
 }): DepositEvent

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

DepositEvent

Inherited from

Struct({
  buyer: PublicKey,
  amount: UInt64,
  maxPoints: UInt64,
}).constructor

Properties

amount

amount: UInt64 = UInt64;

Defined in: packages/nft/src/marketplace/types.ts:19

Inherited from

Struct({
  buyer: PublicKey,
  amount: UInt64,
  maxPoints: UInt64,
}).amount

buyer

buyer: PublicKey = PublicKey;

Defined in: packages/nft/src/marketplace/types.ts:18

Inherited from

Struct({
  buyer: PublicKey,
  amount: UInt64,
  maxPoints: UInt64,
}).buyer

maxPoints

maxPoints: UInt64 = UInt64;

Defined in: packages/nft/src/marketplace/types.ts:20

Inherited from

Struct({
  buyer: PublicKey,
  amount: UInt64,
  maxPoints: UInt64,
}).maxPoints