Packages

p

com.daml.lf

interpretation

package interpretation

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class Error extends Serializable with Product

    Daml exceptions that should be reported to the user

  2. case class Limits(contractSignatories: Int = Int.MaxValue, contractObservers: Int = Int.MaxValue, choiceControllers: Int = Int.MaxValue, choiceObservers: Int = Int.MaxValue, transactionInputContracts: Int = Int.MaxValue) extends Product with Serializable

Value Members

  1. object Error extends Serializable
  2. object Limits extends Serializable

Ungrouped