#ledger #daml #api

daml-util

Helper utilities for working with the Daml Ledgers

5 releases

0.2.2 Mar 8, 2022
0.2.1 Mar 7, 2022
0.2.0 Mar 4, 2022
0.1.1 Mar 3, 2022
0.1.0 Mar 1, 2022

#2423 in Development tools


Used in 3 crates (2 directly)

Apache-2.0

3MB
15K SLoC

Documentation Crate maintenance-status

Daml Util

This crate provides helper utilities for working with the Daml Ledgers.

This crate should not be used directly, instead you should depend on the daml crate and enable the utils feature:

[dependencies]
daml = { version = "0.2.2", features = [ "utils" ] }

License

daml-util is distributed under the terms of the Apache License (Version 2.0).

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in time by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

See LICENSE for details.

Copyright 2022


lib.rs:

Daml ledger utilities.

This provides utilities which depends on both daml-grpc and daml-lf crates.

Dependencies

~17–29MB
~531K SLoC