solana_system_program::system_instruction

Function authorize_nonce_account

Source
pub fn authorize_nonce_account(
    account: &mut BorrowedAccount<'_>,
    nonce_authority: &Pubkey,
    signers: &HashSet<Pubkey>,
    invoke_context: &InvokeContext<'_>,
) -> Result<(), InstructionError>