1use anchor_lang::prelude::*; 2 3pub struct PythSolanaReceiver; 4 5impl Id for PythSolanaReceiver { 6 fn id() -> Pubkey { 7 crate::ID 8 } 9}