TonFun
  • Welcome
  • Basics
    • Glossary
    • Architecture
      • BclMaster
      • JettonMaster
      • JettonWallet
      • JettonMaster storage layout
    • API
    • SDK
      • changelog
  • SDK Api reference
    • BclSDK
      • classes
        • BclSDK
      • type-aliases
        • AnyApiProvider
    • client
      • adapters
        • functions
          • normalizeCoin
          • normalizeCoinEvent
        • type-aliases
          • AnyObject
      • BclClient
        • classes
          • BclClient
        • type-aliases
          • TransactionStatus
      • ofetchHttpProvider
        • classes
          • OfetchHttpProvider
      • types
        • type-aliases
          • BclEvent
          • BclEventBuy
          • BclEventDeployment
          • BclEventSell
          • BclEventSendLiq
          • ClientOptions
          • Coin
          • CoinMetadata
          • Event
          • GetCoinsResponse
          • GetEventsResponse
    • index
      • functions
        • crc32
        • crc32str
        • packReferralConfig
        • unpackReferralConfig
      • type-aliases
        • ReferralConfig
      • variables
        • Constants
    • provider
      • httpProviderBase
        • interfaces
          • HttpProviderBase
      • simpleTonapiProvider
        • functions
          • createProvider
          • simpleTonapiProvider
      • tonConnectSender
        • functions
          • tonConnectSender
        • type-aliases
          • TonConnectLikeObject
    • wrappers
      • BclJetton
        • classes
          • BclJetton
        • functions
          • parseBclEvent
        • type-aliases
          • BclData
          • BuyOptions
          • ContractEvent
          • EventBuy
          • EventSell
          • EventSendLiq
      • BclMaster
        • classes
          • BclMaster
        • type-aliases
          • DeployCoinInput
          • DeployCoinOpts
          • MasterData
      • BclWallet
        • classes
          • BclWallet
Powered by GitBook
On this page
  • Type Alias: BclEventSendLiq
  • Type declaration
  • Defined in
  1. SDK Api reference
  2. client
  3. types
  4. type-aliases

BclEventSendLiq

PreviousBclEventSellNextClientOptions

Last updated 5 months ago

• Docs


/ / BclEventSendLiq

Type Alias: BclEventSendLiq

BclEventSendLiq: object

This event means trading phase is over, all coins are sold and liquidity is sent to STON.fi

Type declaration

Name
Type
Description
Defined in

jettonLiq

bigint

Amount of tokens sent to STON.fi

tonLiq

bigint

Amount of TONs sent to pool in STON.fi

type

"send_liq"

-

Defined in

ton-bcl-sdk
ton-bcl-sdk
client/types
client/types.ts:137
client/types.ts:146
client/types.ts:142
client/types.ts:138