td_program_sdk/
lib.rs

1use solana_program::pubkey::Pubkey;
2
3pub mod instructions;
4
5pub const PROGRAM_ID: Pubkey =
6    Pubkey::from_str_const("tdpUmm2N1bhmSfYAynVuWWFWSd5aF5LmiBTPXJEwoW6");
7
8pub const PLAYER_SEED: &'static [u8] = b"player";