public class TronAccountResource extends Object
Constructor and Description |
---|
TronAccountResource(GrpcAPI.AccountResourceMessage msg) |
Modifier and Type | Method and Description |
---|---|
long |
getEnergyLimit() |
long |
getEnergyUsed() |
long |
getFreeNetLimit() |
long |
getFreeNetUsed() |
long |
getNetLimit() |
long |
getNetUsed() |
long |
getTotalEnergyLimit() |
long |
getTotalEnergyWeight() |
long |
getTotalNetLimit() |
long |
getTotalNetWeight() |
void |
print()
Prints the object in stdout.
|
com.google.gson.JsonObject |
toJson() |
public TronAccountResource(GrpcAPI.AccountResourceMessage msg)
public long getFreeNetUsed()
public long getFreeNetLimit()
public long getNetUsed()
public long getNetLimit()
public long getTotalNetLimit()
public long getTotalNetWeight()
public long getEnergyUsed()
public long getEnergyLimit()
public long getTotalEnergyLimit()
public long getTotalEnergyWeight()
public com.google.gson.JsonObject toJson()
public void print()
Copyright © 2020. All rights reserved.