Skip to content
CCPEDIAby Unity Nodes
Documentation/GitHub Code/OpenZeppelin/canton-token-templateView on GitHub Code

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