carbon-zeta-decoder 0.6.2

Zeta Program Decoder
Documentation
1
2
3
4
5
6
7
8
9
use carbon_core::{borsh, CarbonDeserialize};

#[derive(CarbonDeserialize, Debug)]
#[carbon(discriminator = "0x6fcd6992db895217")]
pub struct MarketIndexes {
    pub nonce: u8,
    pub initialized: bool,
    pub indexes: [u8; 138],
}