Module Daml.Finance.Account.Account

Templates

template Account

A relationship between a custodian and an asset owner. It is referenced by holdings.

Field Type Description
custodian Party The account provider.
owner Party The account owner.
controllers Controllers Controllers of transfers.
id Id Identifier of the account.
description Text Description of the account.
holdingFactoryCid ContractId F Associated holding factory.
observers PartiesMap Observers.
  • Choice Archive

    (no fields)

  • interface instance I for Account

  • interface instance I for Account

template Factory

Template used to create accounts.

Field Type Description
provider Party The factory’s provider.
observers PartiesMap The factory’s observers.
  • Choice Archive

    (no fields)

  • interface instance F for Factory

  • interface instance I for Factory

Data Types

type T

= Account

Type synonym for Account.