carbon-mpl-token-metadata-decoder 0.3.0

MPL Token Metadata Decoder
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
 
use carbon_core::{borsh, CarbonDeserialize};
use super::super::types::*;

#[derive(CarbonDeserialize, Debug)] 
 

#[carbon(discriminator = "0x9c306c1fd4db64a8")] 
pub struct CollectionAuthorityRecord { 
        pub key: Key, 
        pub bump: u8, 
        pub update_authority: Option<solana_sdk::pubkey::Pubkey>, 
}