Replies: 1 comment
-
Transitions exist only as a part of bundle (which full name is "transition bundle"). There is nothing to implement in this regard. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I found part of the structure of the consignment as follows:
For the source code in the inventory.rs, line 626-628:
Then in line 693 and line 695, there are cosignment.bundiles and the consignment.terminals to store the bundles and terminals which are defined in line 626 and line 628,
but there is no structure(like the consignment.transitions) to store the transition which assigned the value in line 673:
So, are there any roadmaps for how to implement the consignment.transitions? (Or maybe I misunderstand the code?)
Beta Was this translation helpful? Give feedback.
All reactions