pub const TX_NULL_NODE: TxNodeId;Expand description
Sentinel value representing a null / invalid node.
Any function that would return “no node” returns this sentinel.
Use tx_node_is_null to test for it.
pub const TX_NULL_NODE: TxNodeId;Sentinel value representing a null / invalid node.
Any function that would return “no node” returns this sentinel.
Use tx_node_is_null to test for it.