Skip to content
Documentation/github-code/OpenZeppelin/canton-contractsView on github-code
github-code/OpenZeppelin/canton-contracts

OpenZeppelin/canton-contracts: experiments/test/pausable-v1/daml/OpenZeppelin/PausableV1Test.daml

Daml contract source - OpenZeppelin/canton-contracts/experiments/test/pausable-v1/daml/OpenZeppelin/PausableV1Test.daml ```daml -- | Tests for OpenZeppelin.PausableV1: flip/read, redundant-change rejection, and -- the whenNotPaused guard gating an operation. module OpenZeppelin.PausableV1Test where

READ ON GITHUB-CODE