Package nxt.account

Enum Class AccountLedger.LedgerEvent

java.lang.Object
java.lang.Enum<AccountLedger.LedgerEvent>
nxt.account.AccountLedger.LedgerEvent
All Implemented Interfaces:
Serializable, Comparable<AccountLedger.LedgerEvent>, Constable
Enclosing class:
AccountLedger

public static enum AccountLedger.LedgerEvent extends Enum<AccountLedger.LedgerEvent>
Ledger events There must be a ledger event defined for each transaction (type,subtype) pair. When adding a new event, do not change the existing code assignments since these codes are stored in the event_type field of the account_ledger table.