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