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