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;
          totalMoney: number | bigint;
      }
      • currentRound: number | bigint
      • onlineMoney: number | bigint
      • totalMoney: number | bigint

    Returns SupplyResponse

Properties

currentRound: bigint

Round

onlineMoney: bigint

OnlineMoney

totalMoney: bigint

TotalMoney

encodingSchemaValue: undefined | Schema

Accessors

Methods

Generated using TypeDoc