carbon_solayer_restaking_program_decoder/
lib.rs1use solana_pubkey::Pubkey;
2
3pub struct SolayerRestakingProgramDecoder;
4pub mod accounts;
5pub mod instructions;
6pub mod types;
7
8pub const PROGRAM_ID: Pubkey =
9 solana_pubkey::Pubkey::from_str_const("sSo1iU21jBrU9VaJ8PJib1MtorefUV4fzC9GURa2KNn");