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