carbon-solayer-restaking-program-decoder 0.12.0

Solayer Restaking Decoder
Documentation
1
2
3
4
5
6
7
8
9
use solana_pubkey::Pubkey;

pub struct SolayerRestakingProgramDecoder;
pub mod accounts;
pub mod instructions;
pub mod types;

pub const PROGRAM_ID: Pubkey =
    solana_pubkey::Pubkey::from_str_const("sSo1iU21jBrU9VaJ8PJib1MtorefUV4fzC9GURa2KNn");