pub struct DeleteTokenBadge {
pub fusion_pools_config: Pubkey,
pub token_badge_authority: Pubkey,
pub token_mint: Pubkey,
pub token_badge: Pubkey,
pub receiver: Pubkey,
}
Expand description
Accounts.
Fields§
§fusion_pools_config: Pubkey
§token_mint: Pubkey
§token_badge: Pubkey
§receiver: Pubkey
Implementations§
Source§impl DeleteTokenBadge
impl DeleteTokenBadge
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeleteTokenBadge
impl RefUnwindSafe for DeleteTokenBadge
impl Send for DeleteTokenBadge
impl Sync for DeleteTokenBadge
impl Unpin for DeleteTokenBadge
impl UnwindSafe for DeleteTokenBadge
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