Flex
Flex exchange system
bind_info.hpp
1 #pragma once
2 
3 #include <tvm/schema/message.hpp>
4 
5 namespace tvm {
6 
8 struct bind_info {
9  address flex;
11 };
12 
13 } // namespace tvm
Binding to allow orders only to specific flex root and with specific unsalted PriceXchg code hash.
Definition: bind_info.hpp:8
uint256 unsalted_price_code_hash
PriceXchg code hash (unsalted)
Definition: bind_info.hpp:10
address flex
Flex root address.
Definition: bind_info.hpp:9