BondingMintEvent

Class: BondingMintEvent

Properties overview

  • amount: UInt64 = UInt64;
  • fee: UInt64 = UInt64;
  • payment: UInt64 = UInt64;
  • price: UInt64 = UInt64;
  • to: PublicKey = PublicKey;

Defined in: packages/token/src/BondingCurveAdmin.ts:85

Extends

  • {
    amount: UInt64;
    fee: UInt64;
    payment: UInt64;
    price: UInt64;
    to: PublicKey;
    }

Constructors

new BondingMintEvent()

new BondingMintEvent(value: {
  amount: UInt64;
  fee: UInt64;
  payment: UInt64;
  price: UInt64;
  to: PublicKey;
 }): BondingMintEvent

Defined in: node_modules/o1js/dist/node/lib/provable/types/struct.d.ts:103

Parameters

value
amount

UInt64 = UInt64

fee

UInt64 = UInt64

payment

UInt64 = UInt64

price

UInt64 = UInt64

to

PublicKey = PublicKey

Returns

BondingMintEvent

Inherited from

Struct({
  to: PublicKey,
  amount: UInt64,
  price: UInt64,
  payment: UInt64,
  fee: UInt64,
}).constructor

Properties

amount

amount: UInt64 = UInt64;

Defined in: packages/token/src/BondingCurveAdmin.ts:87

Inherited from

Struct({
  to: PublicKey,
  amount: UInt64,
  price: UInt64,
  payment: UInt64,
  fee: UInt64,
}).amount

fee

fee: UInt64 = UInt64;

Defined in: packages/token/src/BondingCurveAdmin.ts:90

Inherited from

Struct({
  to: PublicKey,
  amount: UInt64,
  price: UInt64,
  payment: UInt64,
  fee: UInt64,
}).fee

payment

payment: UInt64 = UInt64;

Defined in: packages/token/src/BondingCurveAdmin.ts:89

Inherited from

Struct({
  to: PublicKey,
  amount: UInt64,
  price: UInt64,
  payment: UInt64,
  fee: UInt64,
}).payment

price

price: UInt64 = UInt64;

Defined in: packages/token/src/BondingCurveAdmin.ts:88

Inherited from

Struct({
  to: PublicKey,
  amount: UInt64,
  price: UInt64,
  payment: UInt64,
  fee: UInt64,
}).price

to

to: PublicKey = PublicKey;

Defined in: packages/token/src/BondingCurveAdmin.ts:86

Inherited from

Struct({
  to: PublicKey,
  amount: UInt64,
  price: UInt64,
  payment: UInt64,
  fee: UInt64,
}).to