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