public class VoteAssetContract extends TronContract
TronContract.Type| Constructor and Description |
|---|
VoteAssetContract(Contract.VoteAssetContract contract) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
List<TronAddress> |
getVotedAddresses() |
boolean |
isSupport() |
void |
print(String indent)
Prints the object in stdout.
|
com.google.gson.JsonObject |
toJson() |
getOwnerAddress, getTypepublic VoteAssetContract(Contract.VoteAssetContract contract)
public int getCount()
public boolean isSupport()
public List<TronAddress> getVotedAddresses()
public com.google.gson.JsonObject toJson()
toJson in class TronContractpublic void print(String indent)
TronContractprint in class TronContractCopyright © 2020. All rights reserved.