pub struct CreateCompressedMintAccountInfos<'a, T: AccountInfoTrait + Clone> { /* private fields */ }Implementations§
Source§impl<'a, T: AccountInfoTrait + Clone> CreateCompressedMintAccountInfos<'a, T>
impl<'a, T: AccountInfoTrait + Clone> CreateCompressedMintAccountInfos<'a, T>
pub fn new(fee_payer: &'a T, accounts: &'a [T]) -> Self
pub fn fee_payer(&self) -> &'a T
pub fn mint_signer(&self) -> Result<&'a T>
pub fn light_system_program(&self) -> Result<&'a T>
pub fn registered_program_pda(&self) -> Result<&'a T>
pub fn noop_program(&self) -> Result<&'a T>
pub fn account_compression_program(&self) -> Result<&'a T>
pub fn system_program(&self) -> Result<&'a T>
pub fn self_program(&self) -> Result<&'a T>
pub fn address_merkle_tree(&self) -> Result<&'a T>
pub fn out_output_queue(&self) -> Result<&'a T>
pub fn get_account_info(&self, index: usize) -> Result<&'a T>
pub fn to_account_infos(&self) -> Vec<T>
pub fn account_infos(&self) -> &'a [T]
pub fn system_accounts_len(&self) -> usize
pub fn tree_pubkeys(&self) -> Result<[T; 2]>
Auto Trait Implementations§
impl<'a, T> Freeze for CreateCompressedMintAccountInfos<'a, T>
impl<'a, T> RefUnwindSafe for CreateCompressedMintAccountInfos<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for CreateCompressedMintAccountInfos<'a, T>where
T: Sync,
impl<'a, T> Sync for CreateCompressedMintAccountInfos<'a, T>where
T: Sync,
impl<'a, T> Unpin for CreateCompressedMintAccountInfos<'a, T>
impl<'a, T> UnwindSafe for CreateCompressedMintAccountInfos<'a, T>where
T: RefUnwindSafe,
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