Flex
Flex exchange system
|
GlobalConfig contract implementation. More...
Classes | |
struct | error_code |
To allow deploy message only with onDeploy call. More... | |
Public Member Functions | |
void | onDeploy (uint128 keep_evers, address wrappers_cfg, address flex, address user_cfg, string description) |
GlobalConfigDetails | getDetails () |
GlobalConfigSalt | getConfig () |
Static Public Member Functions | |
static int | _fallback ([[maybe_unused]] cell msg, [[maybe_unused]] slice msg_body) |
static int | _receive ([[maybe_unused]] cell msg, [[maybe_unused]] slice msg_body) |
Static Public Attributes | |
static constexpr bool | _checked_deploy = true |
Additional Inherited Members | |
Public Attributes inherited from DGlobalConfig | |
FlexVersion | version_ |
Flex version. | |
address_opt | wrappers_cfg_ |
WrappersConfig address. | |
address_opt | flex_ |
Flex root for this version. | |
address_opt | user_cfg_ |
User contracts and debots configuration. | |
opt< string > | description_ |
Update description. | |
GlobalConfig contract implementation.