Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Choice<T, C, R, K>

Interface for objects representing DAML choices.

Type parameters

  • T: object

    The template type.

  • C

    The choice type.

  • R

    The choice return type.

  • K

    The contract key type.

Hierarchy

  • Choice

Index

Properties

Properties

choiceName

choiceName: string

The choice name.

template

template: () => Template<T, K>

Returns the template to which this choice belongs.

Type declaration

Generated using TypeDoc