Skip to main content

TX_NULL_NODE

Constant TX_NULL_NODE 

Source
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.