Asset
Overview
License: MIT
library AssetEnums info
Type
enum Type {
ERC20,
ERC4626,
LP
}Structs info
Info
struct Info {
address addr;
Asset.Type tokenType;
}Functions info
_unwrap
Name
Type
Description
Name
Type
Description
_wrap
Name
Type
Description
Name
Type
Description
_redeem
Name
Type
Description
Name
Type
Description
_safeIncreaseAllowance
Name
Type
Description
Last updated