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