BclEventBuy

ton-bcl-sdkarrow-up-rightDocs


ton-bcl-sdkarrow-up-right / client/types / BclEventBuy

Type Alias: BclEventBuy

BclEventBuy: object

This event occurs when someone bought coins

Type declaration

Name
Type
Description
Defined in

newSupply

bigint

Current supply of the token

supplyDelta

bigint

How much supply of coin is changed Basically this is amount of coins bought for tonValue

tonLiqCollected

bigint

Current amount of TON liquidity collected by contract

tonValue

bigint

Incoming ton value (without network fees)

trader

Address | null

Address of the user

Defined in

client/types.ts:152arrow-up-right

Last updated