github-code/OpenZeppelin/canton-token-template
OpenZeppelin/canton-token-template: simple-token-test/daml/SimpleToken/Testing/WalletClient.daml
Daml contract source — OpenZeppelin/canton-token-template/simple-token-test/daml/SimpleToken/Testing/WalletClient.daml ```daml -- | Test wallet helpers: list holdings, check balances, list transfer offers. module SimpleToken.Testing.WalletClient where import DA.Action (unless) import DA.Optional (is
READ ON GITHUB-CODE ↗