carbon-mpl-core-decoder 0.3.1

MPL Core Decoder
Documentation
1
2
3
4
5
6
7
8
9
use super::super::types::*;

use carbon_core::{borsh, CarbonDeserialize};

#[derive(CarbonDeserialize, Debug)]
pub struct PluginHeaderV1 {
    pub key: Key,
    pub plugin_registry_offset: u64,
}