CompressedTokenInstructionData

Type Alias CompressedTokenInstructionData 

Source
pub type CompressedTokenInstructionData = GenericInstructionData;

Aliased Type§

pub struct CompressedTokenInstructionData {
    pub instruction_data: Vec<u8>,
}

Fields§

§instruction_data: Vec<u8>