pub fn check_nonce_account(
    nonce_account: &Account,
    nonce_authority: &Pubkey,
    nonce_hash: &Hash
) -> Result<(), CliError>
Expand description

Check if a nonce account is initialized with the given authority and hash