pub struct UpdateMerchantSettlementWallet {
pub payer: Pubkey,
pub authority: Pubkey,
pub merchant: Pubkey,
pub new_settlement_wallet: Pubkey,
}Expand description
Accounts.
Fields§
§payer: Pubkey§merchant: PubkeyMerchant PDA
new_settlement_wallet: PubkeyImplementations§
Source§impl UpdateMerchantSettlementWallet
impl UpdateMerchantSettlementWallet
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateMerchantSettlementWallet
impl RefUnwindSafe for UpdateMerchantSettlementWallet
impl Send for UpdateMerchantSettlementWallet
impl Sync for UpdateMerchantSettlementWallet
impl Unpin for UpdateMerchantSettlementWallet
impl UnwindSafe for UpdateMerchantSettlementWallet
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