OpenZeppelin/canton-token-template: simple-token/daml/SimpleToken/TransferInstruction.daml
Daml contract source - OpenZeppelin/canton-token-template/simple-token/daml/SimpleToken/TransferInstruction.daml ```daml -- | Transfer instruction for two-step transfers. -- Created when receiver has no preapproval; requires explicit accept/reject/withdraw. module SimpleToken.TransferInstruction whe
Read on GitHub Code ↗