pyth_solana_receiver_sdk/
program.rs

1
2
3
4
5
6
7
8
9
use anchor_lang::prelude::*;

pub struct PythSolanaReceiver;

impl Id for PythSolanaReceiver {
    fn id() -> Pubkey {
        crate::ID
    }
}