carbon-raydium-launchpad-decoder 0.12.0

Raydium Launchpad Decoder
Documentation
1
2
3
4
5
6
7
8
9
10
11
use carbon_core::{borsh, CarbonDeserialize};

#[derive(
    CarbonDeserialize, Debug, serde::Serialize, serde::Deserialize, PartialEq, Eq, Clone, Hash,
)]
#[carbon(discriminator = "0xe445a52e51cb9a1d15c2725778d3e220")]
pub struct ClaimVestedEvent {
    pub pool_state: solana_pubkey::Pubkey,
    pub beneficiary: solana_pubkey::Pubkey,
    pub claim_amount: u64,
}