Skip to content
Props Documentation
Main Navigation
Home
EVM Diamond Framework
Props Diamond SDK
Appearance
Menu
Return to top
On this page
Solidity API
IBondingPool
Pool
solidity
struct
Pool
{
uint256
reserve0;
uint256
reserve1;
uint256
k;
uint256
lastUpdated;
}