public class Account extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Account()
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 |
|---|---|
Authority |
getActive() |
Asset |
getBalance() |
TimePointSec |
getCreated() |
long |
getId() |
String |
getJsonMetadata() |
TimePointSec |
getLastAccountUpdate() |
TimePointSec |
getLastActiveProved() |
TimePointSec |
getLastOwnerProved() |
TimePointSec |
getLastOwnerUpdate() |
TimePointSec |
getLastVoteTime() |
AccountName |
getName() |
TimePointSec |
getNextVestingWithdraw() |
Authority |
getOwner() |
int |
getSupernodesVotedFor() |
List<String> |
getSupernodeVotes() |
List<Asset> |
getTokenList() |
long |
getToWithdraw() |
Asset |
getVestingBalance() |
Asset |
getVestingShares() |
Asset |
getVestingWithdrawRate() |
int |
getVotingPower() |
Asset |
getWdBalance() |
long |
getWithdrawn() |
boolean |
isActiveChallenged() |
boolean |
isOwnerChallenged() |
String |
toString() |
protected Account()
public long getId()
public AccountName getName()
public Authority getOwner()
public Authority getActive()
public String getJsonMetadata()
public TimePointSec getLastOwnerUpdate()
public TimePointSec getLastAccountUpdate()
public TimePointSec getCreated()
public boolean isOwnerChallenged()
public boolean isActiveChallenged()
public TimePointSec getLastOwnerProved()
public TimePointSec getLastActiveProved()
public int getVotingPower()
public TimePointSec getLastVoteTime()
public Asset getBalance()
public Asset getWdBalance()
public Asset getVestingShares()
public Asset getVestingWithdrawRate()
public long getWithdrawn()
public long getToWithdraw()
public int getSupernodesVotedFor()
public TimePointSec getNextVestingWithdraw()
public Asset getVestingBalance()
Copyright © 2019. All rights reserved.