Ledger class abstract

Implementers

Constructors

Ledger(Djed contract, Accounts initBasecoinAccounts, Accounts initStablecoinAccounts, Accounts initReservecoinAccounts)

Properties

basecoinAccounts Accounts
NOTE: New map should be created by Accounts.from() for losing reference from the initializer maps
no setter
contract Djed
final
hashCode int
The hash code for this object.
no setterinherited
initBasecoinAccounts Accounts
final
initReservecoinAccounts Accounts
final
initStablecoinAccounts Accounts
final
reservecoinAccounts Accounts
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stablecoinAccounts Accounts
no setter

Methods

addTransaction(Transaction tx) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited