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 = "0xe445a52e51cb9a1d96980bb334d2bf7d")]
pub struct CreateVestingEvent {
    pub pool_state: solana_pubkey::Pubkey,
    pub beneficiary: solana_pubkey::Pubkey,
    pub share_amount: u64,
}