Class AlgoCount

AlgoCount represents a total of algos of a certain class of accounts (split up by their Status value).

Implements

Constructors

Properties

money: bigint

Sum of algos of all accounts in this class.

rewardUnits: bigint

Total number of whole reward units in accounts.

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