You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BIGINT internal_key_id FK "REFERENCES internal_keys(key_id)"
76
+
BIGINT genesis_point_id FK "REFERENCES genesis_points(genesis_id)"
77
+
INTEGER version
78
+
INTEGER custom_subtree_root_id FK "REFERENCES tapscript_roots(root_id) NULL"
75
79
}
76
-
77
80
```
78
81
*Note: The link between `universe_supply_leaves` and `mssmt_nodes` is indirect. The `leaf_node_namespace` identifies the sub-tree, and the actual sub-tree root node's hash and sum are stored as the `value` and `sum` of the leaf node identified by `leaf_node_key` within the *root* tree's namespace (`universe_supply_roots.namespace_root`).*
0 commit comments