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