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