DA.Internal.Interface.AnyView.Types
Documentation Index
Fetch the complete documentation index at: https://docs.canton.network/llms.txt Use this file to discover all available pages before exploring further.
DA.Internal.Interface.AnyView.Types
Reference documentation for Daml module DA.Internal.Interface.AnyView.Types.
DA.Internal.Interface.AnyView.Types
Module Snapshot
Data Types
data AnyView
Existential contract key type that can wrap an arbitrary contract key.
Constructors:
AnyView| Field | Type | Description | | :---- | :--- | :---------- | | getAnyView | Any | | | getAnyViewInterfaceTypeRep | InterfaceTypeRep | |
Instances:
instance GetField getAnyView AnyView Anyinstance GetField getAnyViewInterfaceTypeRep AnyView InterfaceTypeRepinstance SetField getAnyView AnyView Anyinstance SetField getAnyViewInterfaceTypeRep AnyView InterfaceTypeRep
data InterfaceTypeRep
Constructors:
InterfaceTypeRep| Field | Type | Description | | :---- | :--- | :---------- | | getInterfaceTypeRep | TypeRep | |
Instances:
instance GetField getAnyViewInterfaceTypeRep AnyView InterfaceTypeRepinstance SetField getAnyViewInterfaceTypeRep AnyView InterfaceTypeRepinstance Eq InterfaceTypeRepinstance Ord InterfaceTypeRep
Mirrored from Canton Network official documentation (CC-BY-4.0) by CC Privacy Club for learning purposes.