github-code/OpenZeppelin/canton-stablecoin
OpenZeppelin/canton-stablecoin: simple-token/daml/SimpleToken/Preapproval.daml
Daml contract source - OpenZeppelin/canton-stablecoin/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 Splice.Ap
READ ON GITHUB-CODE ↗