SimpleLedger constructor

SimpleLedger(
  1. Djed contract,
  2. Accounts basecoinAccounts,
  3. Accounts stablecoinAccounts,
  4. Accounts reservecoinAccounts,
)

Implementation

SimpleLedger(super.contract, super.basecoinAccounts, super.stablecoinAccounts,
    super.reservecoinAccounts);