question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Extracting the contents of the `agreement` field of a contract instance through the Sandbox API

See original GitHub issue

The agreement field of templates and contracts is what makes a DAML contract really useful in legal settings.

Would be nice to have the option to extract the contents of the agreement field through the Sandbox API and the Navigator UI.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:14 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
bitoniccommented, May 14, 2019

@gerolf-da sorry, I completely missed that Google provides this wrapper already. In that case, using that seems like the sensible thing to do. Sorry about the back and forth. I should have clicked your previous link.

0reactions
gerolf-dacommented, May 15, 2019

My current proposal on how the agreement is displayed in Navigator: image

Read more comments on GitHub >

github_iconTop Results From Across the Web

ContractFactory - Ethers.js
Returns a new instance of the ContractFactory with the same interface and bytecode, but with a different signer.
Read more >
web3.eth.Contract — web3.js 1.0.0 documentation
Creates a new contract instance with all its methods and events defined in its json interface object. Parameters¶. jsonInterface - Object : The...
Read more >
Interact with your contracts - Truffle Suite
Your contracts can fire events that you can catch to gain more insight into what your contracts are doing. The easiest way to...
Read more >
Interact with a deployed contract - Hyperledger Besu
Use the web3. eth. Contract object to create a new instance of the smart contract, extract the signature of function's ABI for the...
Read more >
HTTP JSON API Service — Daml SDK 2.5.0 documentation
If you don't have an existing ledger, you can start an in-memory sandbox: ... payload field contains contract fields as defined in the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found