Flex
Flex exchange system
immutable_ids.hpp
1 #pragma once
2 
3 namespace tvm {
4 
5 namespace immutable_ids {
6 
8 constexpr unsigned flex_on_deploy_id = 0x100;
10 constexpr unsigned flex_register_xchg_pair_id = 0x200;
12 constexpr unsigned flex_request_pairs_id = 0x300;
13 
15 constexpr unsigned wrapper_get_details_id = 0x100;
17 constexpr unsigned wrapper_get_tip3_config_id = 0x200;
19 constexpr unsigned wrapper_get_wallet_address_id = 0x300;
21 constexpr unsigned wrapper_cloned_id = 0x400;
23 constexpr unsigned wrapper_set_cloned_id = 0x500;
24 
26 constexpr unsigned wrapper_deployer_deploy_id = 0x1111;
27 
29 constexpr unsigned pair_get_details_id = 0x100;
31 constexpr unsigned pair_get_price_xchg_code_id = 0x200;
32 
34 constexpr unsigned wallet_get_details_id = 0x100;
35 
36 } // namespace immutable_ids
37 
38 } // namespace tvm