Skip to main content

CONTRACT_VERSION

Constant CONTRACT_VERSION 

Source
pub const CONTRACT_VERSION: u32 = 1;
Expand description

Version of the shared ordering-crate contract.

Bumped on any breaking change to CscPattern, OrderingStats, OrderingError, or the per-crate producer-function signature. Consumers can assert at build time that all linked ordering crates target the same contract version.