📓VLib
Library which defined the main data structured used by the protocol.
Data Structures
CreationProps
struct CreationProps {
string vaultName;
string description;
string shareName;
string shareSymbol;
address strategist;
}Name
Type
Description
Token
struct Token {
address tokenAddress;
address priceFeedAddress;
uint8 priceFeedPrecision;
uint256 denominator;
}Name
Type
Description
UserProps
ConstantProps
Name
Type
Description
HistoryProps
Name
Type
Description
FeesProps
Name
Type
Description
ConfigProps
Name
Type
Description
SecurityProps
Name
Type
Description
Last updated