// Generated from types/*.ts — do not edit.
//// Regenerate with: npm run generate:rust
#![allow(missing_docs)]/// Current protocol version.
pubconstPROTOCOL_VERSION:u32=1;/// Minimum protocol version this SDK can negotiate.
pubconstMIN_PROTOCOL_VERSION:u32=1;