For the complete documentation index, see llms.txt. This page is also available as Markdown.

IStakePoolManager

Git Source

Functions

deposit

function deposit(address _receiver) external payable returns (uint256);

getExchangeRate

function getExchangeRate() external view returns (uint256);

Was this helpful?