Daml.Finance.Interface.Instrument.Token¶
This package contains the interface definitions for simple token instruments which do not define any lifecycling logic. It contains the following modules:
- Instrument: Instrument interface for simple tokens
- Factory: Factory interface to instantiate simple tokens
- Types: Type definitions to support simple tokens
Check out the Transfer tutorial for an example on how to create a simple token instrument and use it for a transfer.