Type Alias TextMap<T>

TextMap: { [key: string]: T }

The counterpart of Daml's TextMap T type.

We represent TextMaps as dictionaries.

Type Parameters

  • T

Type declaration

  • [key: string]: T

T The type of the map values.