Ledger constructor
Ledger()
Implementation
Ledger(this.contract, this.initBasecoinAccounts, this.initStablecoinAccounts,
this.initReservecoinAccounts) {
_basecoinAccounts = Map.from(initBasecoinAccounts);
_stablecoinAccounts = Map.from(initStablecoinAccounts);
_reservecoinAccounts = Map.from(initReservecoinAccounts);
}