mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-25 06:01:11 +00:00
Use canonical ProgramId word arrays, include pool spot movement in standalone swap quotes, and keep quote commitments stable across deadline refreshes. BREAKING CHANGE: JSON ProgramId values now use eight u32 words. Convert hex or byte representations in host adapters.
6 lines
121 B
Rust
6 lines
121 B
Rust
use nssa_core::program::ProgramId;
|
|
|
|
pub const fn program_id_words(program_id: ProgramId) -> ProgramId {
|
|
program_id
|
|
}
|