Skip to main content

is_dig_opcode

Function is_dig_opcode 

Source
pub const fn is_dig_opcode(opcode: u8) -> bool
Expand description

Whether opcode belongs to the DIG band rather than Chia’s namespace.

This is a band test, not an assigned test: an unassigned value such as 250 is still DIG’s to allocate, and a link must route it to DIG handling (where it is rejected as unknown) rather than to a Chia decoder that would reject the whole connection.