【问题标题】:Displaying the "agreement" field of a DAML contract显示 DAML 合约的“协议”字段
【发布时间】:2019-03-07 23:11:40
【问题描述】:

如何在 Navigator 中显示 DAML 合约的“协议”字段的内容?

例如 test_project 合约中的这个参数化文本:

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

【问题讨论】:

  • 最新发布的SDK,导航器无法显示协议。
  • 谢谢你,斯特凡诺!

标签: daml


【解决方案1】:

很遗憾,Navigator 中没有实现此功能。


一些技术背景:

Ledger API 确实包含计算协议文本所需的所有内容:

但是,Navigator 目前不支持 DAML-LF 表达式。

【讨论】:

  • 谢谢你,罗伯特!
猜你喜欢
  • 1970-01-01
  • 2020-09-09
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2016-04-30
  • 1970-01-01
  • 2016-09-06
  • 2020-03-25
相关资源
最近更新 更多