UNPKG
@digitalasset/daml-ledger
Version:
latest (0.11.1)
0.11.1
0.11.0
0.10.0
0.9.1
0.9.0
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.1
0.6.0
0.5.0
DAML Ledger API Node.js bindings
github.com/digital-asset/daml-js
digital-asset/daml-js
@digitalasset/daml-ledger
/
lib
/
reporting
/
ValidationReporter.d.ts
5 lines
(4 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
5
import
{
ValidationTree
}
from
"../validation/Validation"
;
export
interface
ValidationReporter
{
render
(
tree
:
ValidationTree
):
string
; }