pub struct InitializeMerchantOperatorConfigCpiAccounts<'a, 'b> {
pub payer: &'b AccountInfo<'a>,
pub authority: &'b AccountInfo<'a>,
pub merchant: &'b AccountInfo<'a>,
pub operator: &'b AccountInfo<'a>,
pub config: &'b AccountInfo<'a>,
pub system_program: &'b AccountInfo<'a>,
}Expand description
initialize_merchant_operator_config CPI accounts.
Fields§
§payer: &'b AccountInfo<'a>Authority of the merchant
merchant: &'b AccountInfo<'a>Merchant PDA
operator: &'b AccountInfo<'a>Operator PDA
config: &'b AccountInfo<'a>The MerchantOperatorConfig PDA being initialized
system_program: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> Freeze for InitializeMerchantOperatorConfigCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for InitializeMerchantOperatorConfigCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for InitializeMerchantOperatorConfigCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for InitializeMerchantOperatorConfigCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for InitializeMerchantOperatorConfigCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for InitializeMerchantOperatorConfigCpiAccounts<'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