public class DynamicGlobalProperty extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
DynamicGlobalProperty()
This object is only used to wrap the JSON response in a POJO, so
therefore this class should not be instantiated.
|
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getCurrentAslot() |
Asset |
getCurrentSupply() |
Asset |
getCurrentWdSupply() |
AccountName |
getCurrentWitness() |
BlockId |
getHeadBlockId() |
long |
getHeadBlockNumber() |
int |
getId() |
long |
getLastIrreversibleBlockNum() |
short |
getParticipationCount() |
Asset |
getPendingRewardedVestingBeowulf() |
BigInteger |
getRecentSlotsFilled() |
Asset |
getTotalRewardFundBeowulf() |
Asset |
getTotalVestingFundBeowulf() |
Asset |
getTotalVestingShares() |
Asset |
getVirtualSupply() |
int |
getWdInterestRate() |
String |
toString() |
protected DynamicGlobalProperty()
Visibility protected as
ExtendedDynamicGlobalProperties is a child class.
public int getId()
public long getHeadBlockNumber()
public BlockId getHeadBlockId()
public AccountName getCurrentWitness()
public Asset getVirtualSupply()
public Asset getCurrentSupply()
public Asset getCurrentWdSupply()
public Asset getTotalVestingFundBeowulf()
public Asset getTotalVestingShares()
public Asset getTotalRewardFundBeowulf()
public Asset getPendingRewardedVestingBeowulf()
public int getWdInterestRate()
public BigInteger getCurrentAslot()
public BigInteger getRecentSlotsFilled()
public short getParticipationCount()
public long getLastIrreversibleBlockNum()
Copyright © 2019. All rights reserved.