Find Edition Marker PDA from edition number
This computes which edition marker PDA holds the data for a specific edition number
IMPORTANT: The edition marker number is encoded as a UTF-8 string, not as a u64!
This matches the Rust program which uses edition_number.to_string().as_bytes()
Find Edition Marker PDA from edition number This computes which edition marker PDA holds the data for a specific edition number
IMPORTANT: The edition marker number is encoded as a UTF-8 string, not as a u64! This matches the Rust program which uses
edition_number.to_string().as_bytes()