BurnEvent
Class: BurnEvent
Properties overview
Defined in: packages/token/src/FungibleTokenContract.ts:329
Extends
- {
amount
:UInt64
;
from
:PublicKey
;
}
Constructors
new BurnEvent()
new BurnEvent(value: {
amount: UInt64;
from: PublicKey;
}): BurnEvent
Defined in: node_modules/o1js/dist/node/lib/provable/types/struct.d.ts:103
Parameters
value
amount
UInt64
= UInt64
from
PublicKey
= PublicKey
Returns
Inherited from
Struct({
from: PublicKey,
amount: UInt64,
}).constructor
Properties
amount
amount: UInt64 = UInt64;
Defined in: packages/token/src/FungibleTokenContract.ts:331
Inherited from
Struct({
from: PublicKey,
amount: UInt64,
}).amount
from
from: PublicKey = PublicKey;
Defined in: packages/token/src/FungibleTokenContract.ts:330
Inherited from
Struct({
from: PublicKey,
amount: UInt64,
}).from
Updated 10 days ago