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 ↗