Package nxt

Enum AccountLedger.LedgerEvent

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<AccountLedger.LedgerEvent>
    Enclosing class:
    AccountLedger

    public static enum AccountLedger.LedgerEvent
    extends java.lang.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.