canton-network-docs
DA.Assert
DA.Assert - Canton Network Docs
Skip to main content
Check two values for equality. If they’re not equal,
fail with a message.
Infix version of
Check two values for inequality. If they’re equal,
fail with a message.
Infix version of
Check whether the given time is in the future. If it’s not,
abort with a message.
Check whether the given time is in the past. If it’s not,
abort with a message.
Check whether the ledger time of the transaction is strictly before the given deadline.
If it’s not, abort with a message.
Check whether the ledger time of the transaction is at or after the given deadline.
If it’s not, abort with a message.
Documentation Index
Fetch the complete documentation index at: https://docs.canton.network/llms.txt
Use this file to discover all available pages before exploring further.
DA.Assert
Module Snapshot
Lifecycle
Stable.
Notices
Status:
active
Introduced in: 3.4.9
Removed in: -
Warnings: 0
Deprecations: 0
Deprecated since: -Functions
assertEq
===
assertEq.
assertNotEq
=/=
assertNotEq.