Expand description
§Dlc-trie
Package for storing and retrieving DLC data using tries.
Modules§
- combination_
iterator - Combination Iterator
- digit_
decomposition - Utility functions to decompose numeric outcome values
- digit_
trie - DigitTrie
- multi_
oracle - Utility functions to compute outcome combinations to work with multi oracle DLC.
- multi_
oracle_ trie - MultiOracleTrie
- multi_
oracle_ trie_ with_ diff - MultiOracleTrieWithDiff
- multi_
trie - Data structure and functions to create, insert, lookup and iterate a trie of trie.
Structs§
- Lookup
Result - Structure containing a reference to a looked-up value and the path at which it was found.
- Oracle
Numeric Info - Information about the base and number of digits used by the oracle.
- Range
Info - Structure that stores the indexes at which the CET and adaptor signature related to a given outcome are located in CET and adaptor signatures arrays respectively.
- Trie
Iter Info - Holds information provided when iterating a DlcTrie.
Enums§
- Node
- Enum representing the different type of nodes in a tree
Traits§
- DlcTrie
- A common trait for trie data structures that store DLC adaptor signature information.