BloomPool
Last updated
function redeemBorrower(uint256 id) external returns (uint256 reward);function borrowerAmount(address account, uint256 id) external view returns (uint256);function swapIn(address[] memory accounts, uint256 assetAmount)
external
KycMarketMaker
returns (uint256 id, uint256 amountSwapped);function swapOut(uint256 id, uint256 rwaAmount) external KycMarketMaker returns (uint256 assetAmount);