Convert Facet
Call Functions
function convert(
bytes calldata convertData,
int96[] memory stems,
uint256[] memory amounts
)
external
payable
nonReentrant
returns (int96 toStem, uint256 fromAmount, uint256 toAmount, uint256 fromBdv, uint256 toBdv);Parameter
Type
Description
Return Value
Type
Description
View Functions
Events
Parameter
Type
Description
Parameter
Type
Description
Parameter
Type
Description
Last updated