carbon-mpl-token-metadata-decoder 0.7.0

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

#[derive(CarbonDeserialize, Debug)]
pub struct EditionMarkerV2 {
    pub key: Key,
    pub ledger: Vec<u8>,
}