pub struct PermissionRefund {
pub fee_authority: Pubkey,
pub config: Pubkey,
pub consumed_permission: Pubkey,
}Expand description
Accounts.
Fields§
The fee authority of the program
config: PubkeyThe config account
consumed_permission: PubkeyThe consumed permission account
Implementations§
Source§impl PermissionRefund
impl PermissionRefund
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PermissionRefund
impl RefUnwindSafe for PermissionRefund
impl Send for PermissionRefund
impl Sync for PermissionRefund
impl Unpin for PermissionRefund
impl UnwindSafe for PermissionRefund
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