pub struct UpdateMerchantAuthority {
pub payer: Pubkey,
pub authority: Pubkey,
pub merchant: Pubkey,
pub new_authority: Pubkey,
}Expand description
Accounts.
Fields§
§payer: Pubkey§merchant: PubkeyMerchant PDA
Implementations§
Source§impl UpdateMerchantAuthority
impl UpdateMerchantAuthority
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateMerchantAuthority
impl RefUnwindSafe for UpdateMerchantAuthority
impl Send for UpdateMerchantAuthority
impl Sync for UpdateMerchantAuthority
impl Unpin for UpdateMerchantAuthority
impl UnwindSafe for UpdateMerchantAuthority
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more