use solana_pubkey::Pubkey;
pub struct SolayerRestakingProgramDecoder;
pub const PROGRAM_ID: Pubkey =
solana_pubkey::Pubkey::from_str_const("sSo1iU21jBrU9VaJ8PJib1MtorefUV4fzC9GURa2KNn");
pub mod accounts;
#[cfg(feature = "graphql")]
pub mod graphql;
pub mod instructions;