## BalanceDelta
### 类型说明
BalanceDelta 类型用一个 `int256` 类型同时表示 `token0` 和 `token1` 的余额变化值。
```solidity
/// @dev Two `int128` values packed into a single `int256` where the upper 128 bits represent the amount0
/// and the lower 128 bits represent ...
> TON (The Open Network) is a decentralized blockchain platform known for its powerful and flexible smart contract capabilities. During the development of TON smart contracts, the stdlib.fc library provides basic functional support. However, for some advanced or specific requirements, stdlib.fc may ...