pub fn set_buffer_authority_checked(
buffer_address: &Pubkey,
current_authority_address: &Pubkey,
new_authority_address: &Pubkey,
) -> Instruction
Available on crate feature
bincode
only.Expand description
Returns the instructions required to set a buffers’s authority. If using this instruction, the new authority must sign.