Class SupplyResponse

Supply represents the current supply of MicroAlgos in the system.

Implements

Constructors

  • Creates a new SupplyResponse object.

    Parameters

    • __namedParameters: {
          currentRound: number | bigint;
          onlineMoney: number | bigint;
          onlineStake: number | bigint;
          totalMoney: number | bigint;
      }
      • currentRound: number | bigint
      • onlineMoney: number | bigint
      • onlineStake: number | bigint
      • totalMoney: number | bigint

    Returns SupplyResponse

Properties

currentRound: bigint

Round

onlineMoney: bigint

Total stake held by accounts with status Online at current_round, including those whose participation keys have expired but have not yet been marked offline.

onlineStake: bigint

Online stake used by agreement to vote for current_round, excluding accounts whose participation keys have expired.

totalMoney: bigint

TotalMoney

encodingSchemaValue: undefined | Schema

Accessors

Methods

Generated using TypeDoc