Struct sugar_cli::common::nft_instruction::SetTokenStandard
source · pub struct SetTokenStandard {
pub token_standard: u8,
}Expand description
Instruction.
Fields§
§token_standard: u8Trait Implementations§
source§impl BorshDeserialize for SetTokenStandardwhere
u8: BorshDeserialize,
impl BorshDeserialize for SetTokenStandardwhere u8: BorshDeserialize,
source§fn deserialize(buf: &mut &[u8]) -> Result<SetTokenStandard, Error>
fn deserialize(buf: &mut &[u8]) -> Result<SetTokenStandard, Error>
Deserializes this instance from a given slice of bytes.
Updates the buffer to point at the remaining bytes.