Skip to main content

BurnEvent

Hierarchy

  • { amount: UInt64; from: PublicKey }
    • BurnEvent

Index

Constructors

Properties

Constructors

externalconstructor

  • new BurnEvent(value: { amount: UInt64; from: PublicKey }): BurnEvent
  • Parameters

    • externalvalue: { amount: UInt64; from: PublicKey }
      • externalamount: UInt64 = UInt64
      • externalfrom: PublicKey = PublicKey

    Returns BurnEvent

Properties

amount

amount: UInt64 = UInt64

from

from: PublicKey = PublicKey
Page Options