Class SupplyResponse


  • public class SupplyResponse
    extends PathResponse
    Supply represents the current supply of MicroAlgos in the system.
    • Field Detail

      • current_round

        public Long current_round
        Round
      • onlineMoney

        public Long onlineMoney
        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

        public Long onlineStake
        Online stake used by agreement to vote for current_round, excluding accounts whose participation keys have expired.
      • totalMoney

        public Long totalMoney
        TotalMoney
    • Constructor Detail

      • SupplyResponse

        public SupplyResponse()