github-code/OpenZeppelin/canton-token-template
OpenZeppelin/canton-token-template: simple-token/daml/SimpleToken/Preapproval.daml
Daml contract source — OpenZeppelin/canton-token-template/simple-token/daml/SimpleToken/Preapproval.daml ```daml -- | Transfer preapproval for direct transfers. -- Nonconsuming: any sender can transfer to the receiver without consuming this contract. module SimpleToken.Preapproval where import Splic
READ ON GITHUB-CODE ↗