Daml.Finance.Account.Account

Templates

template Account

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

Signatory: custodian, owner, Lockable.getLockers this

Field Type Description
custodian Party The account provider.
owner Party The account owner.
lock Optional Lock An optional lock for the account.
controllers Controllers Controllers of transfers.
id Id Identifier of the account.
description Text Description of the account.
holdingFactory HoldingFactoryKey Associated holding factory.
observers PartiesMap Observers.
  • Choice Archive

    Controller: custodian, owner, Lockable.getLockers this

    Returns: ()

    (no fields)

  • interface instance I for Account

  • interface instance I for Account

  • interface instance I for Account

template Factory

Template used to create accounts.

Signatory: provider

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

    Controller: provider

    Returns: ()

    (no fields)

  • interface instance I for Factory

  • interface instance I for Factory

Data Types

type T

= Account

Type synonym for Account.