Module Daml.Finance.Holding.NonFungible¶
Templates¶
template Factory
template NonFungible
Implementation of a non-fungible holding.
NonFungible
implements the interfaceTransferable.I
(which requiresBase.I
andDisclosure.I
to be implemented).
Field Type Description instrument InstrumentKey The instrument of which units are held. account AccountKey The account at which the holding is held. Defines the holding’s owner and custodian. amount Decimal Number of units. lock Optional Lock An optional lock of a holding. observers PartiesMap Observers.
Choice Archive
(no fields)
interface instance I for NonFungible
interface instance I for NonFungible
interface instance I for NonFungible