2

How can I display the contents of the "agreement" field of a DAML contract in Navigator?

For instance this parameterized text from the test_project contract:

agreement
  toText landlord <> " promises to let "
  toText tenant <> " live at " <> address
  " until " <> toText expirationDate

1 Answers1

1

Unfortunately, this feature is not implemented in Navigator.


Some technical background:

The Ledger API does include everything needed to compute the agreement text:

However, Navigator currently does not support DAML-LF expressions.