pub struct RegisterExecutiveV1 {
pub executive_profile: Pubkey,
pub payer: Pubkey,
pub authority: Option<Pubkey>,
pub system_program: Pubkey,
}Expand description
Accounts.
Fields§
§executive_profile: PubkeyThe executive profile
payer: PubkeyThe payer for additional rent
Authority the executive signs with when executing agent actions
system_program: PubkeyThe system program
Implementations§
Source§impl RegisterExecutiveV1
impl RegisterExecutiveV1
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Auto Trait Implementations§
impl Freeze for RegisterExecutiveV1
impl RefUnwindSafe for RegisterExecutiveV1
impl Send for RegisterExecutiveV1
impl Sync for RegisterExecutiveV1
impl Unpin for RegisterExecutiveV1
impl UnsafeUnpin for RegisterExecutiveV1
impl UnwindSafe for RegisterExecutiveV1
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