pub struct InitializeMerchantCpiAccounts<'a, 'b> {
pub payer: &'b AccountInfo<'a>,
pub authority: &'b AccountInfo<'a>,
pub merchant: &'b AccountInfo<'a>,
pub settlement_wallet: &'b AccountInfo<'a>,
pub system_program: &'b AccountInfo<'a>,
}Expand description
initialize_merchant CPI accounts.
Fields§
§payer: &'b AccountInfo<'a>§merchant: &'b AccountInfo<'a>§settlement_wallet: &'b AccountInfo<'a>§system_program: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> Freeze for InitializeMerchantCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for InitializeMerchantCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for InitializeMerchantCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for InitializeMerchantCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for InitializeMerchantCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for InitializeMerchantCpiAccounts<'a, 'b>
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