CommonPoolData typedef

CommonPoolData = ({BigInt collectedToken0ProtocolFee, BigInt collectedToken1ProtocolFee, bool isLocked, BigInt lpFee, BigInt protocolFee, InternalAddress? protocolFeeAddress, BigInt reserve0, BigInt reserve1, InternalAddress routerAddress, InternalAddress token0WalletAddress, InternalAddress token1WalletAddress, BigInt totalSupplyLP})

Implementation

typedef CommonPoolData = ({
  bool isLocked,
  InternalAddress routerAddress,
  BigInt totalSupplyLP,
  BigInt reserve0,
  BigInt reserve1,
  InternalAddress token0WalletAddress,
  InternalAddress token1WalletAddress,
  BigInt lpFee,
  BigInt protocolFee,
  InternalAddress? protocolFeeAddress,
  BigInt collectedToken0ProtocolFee,
  BigInt collectedToken1ProtocolFee,
});