Daml.Finance.Interface.Account

This package contains the interface and utility functions for accounts. It has the following modules:

  • Factory: Interface that allows implementing templates to create and remove accounts
  • Account: Interface which represents an established relationship between a custodian and an owner. It specifies parties controlling incoming and outgoing transfers, and allows for crediting and debiting holdings
  • Util: Utility functions related to accounts, e.g., getting the custodian or the owner of an account

Changelog