Flex
Flex exchange system
WICCloneEvers.hpp
Go to the documentation of this file.
1 
7 #pragma once
8 
9 namespace tvm {
10 
12 struct WICCloneEvers {
13  uint128 deploy;
14  uint128 setnext;
15  uint128 wic_keep;
16 };
17 
18 } // namespace tvm
Evers configuration for clone procedure.
Definition: WICCloneEvers.hpp:12
uint128 wic_keep
Evers to keep in WIC contract.
Definition: WICCloneEvers.hpp:15
uint128 deploy
Evers to send in WIC deploy.
Definition: WICCloneEvers.hpp:13
uint128 setnext
Evers to send in setNext call.
Definition: WICCloneEvers.hpp:14