pub struct TokenUpdate {
pub authority: Pubkey,
pub bonding_curve: Pubkey,
pub config: Pubkey,
}Expand description
Accounts.
Fields§
The authority of the token
bonding_curve: PubkeyThe bonding curve account
config: PubkeyThe config account
Implementations§
Source§impl TokenUpdate
impl TokenUpdate
pub fn instruction(&self, args: TokenUpdateInstructionArgs) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: TokenUpdateInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TokenUpdate
impl RefUnwindSafe for TokenUpdate
impl Send for TokenUpdate
impl Sync for TokenUpdate
impl Unpin for TokenUpdate
impl UnwindSafe for TokenUpdate
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