Daml.Finance.Interface.Instrument.Token.Factory¶
Interfaces¶
interface Factory
Factory interface to instantiate simple tokens.
viewtype V
Choice Archive
Controller: Signatories of implementing template
Returns: ()
(no fields)
Choice Create
Create a new token.
Controller: (DA.Internal.Record.getField @"depository" (DA.Internal.Record.getField @"instrument" token)), (DA.Internal.Record.getField @"issuer" (DA.Internal.Record.getField @"instrument" token))
Returns: ContractId I
Field Type Description token Token Attributes to create a token. observers PartiesMap The instrument’s observers. Method create’ : Create -> Update (ContractId I)
Implementation of
Create
choice.