Class AccountTotals

AccountTotals represents the totals of algos in the system grouped by different account status values.

Implements

Constructors

Properties

notParticipating: AlgoCount
offline: AlgoCount
online: AlgoCount
rewardsLevel: bigint

Total number of algos received per reward unit since genesis

encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding Schema, can be encoded to msgpack or JSON.

    Returns Map<string, unknown>

Generated using TypeDoc