Skip to content

[TM-296] Export helper functions from ManagedLedger

Sandeep.C.R requested to merge sras/export-managed-ledger-functions into master

Description

Problem: Right now ManagedLedger does not expose functions like creditTo and debitFrom. But sometimes we need to be able to call these functions directly.

Solution: Export these functions so that they are available to external packages.

Related issue(s)

https://issues.serokell.io/issue/TM-296

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:

Stylistic guide (mandatory)

Merge request reports