carbon-mpl-token-metadata-decoder 0.2.1

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

#[derive(CarbonDeserialize, Debug)] 
 

#[carbon(discriminator = "0x1589745b7b627ee4")] 
pub struct TokenOwnedEscrow { 
        pub key: Key, 
        pub base_token: solana_sdk::pubkey::Pubkey, 
        pub authority: EscrowAuthority, 
        pub bump: u8, 
}