pub fn verify_execution_nonce_without_consume(
presented: &SignedExecutionNonce,
kernel_pubkey: &PublicKey,
expected: &NonceBinding,
now: i64,
nonce_store: &dyn ExecutionNonceStore,
) -> Result<(), ExecutionNonceError>pub fn verify_execution_nonce_without_consume(
presented: &SignedExecutionNonce,
kernel_pubkey: &PublicKey,
expected: &NonceBinding,
now: i64,
nonce_store: &dyn ExecutionNonceStore,
) -> Result<(), ExecutionNonceError>