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, getType
public VoteAssetContract(Contract.VoteAssetContract contract)
public int getCount()
public boolean isSupport()
public List<TronAddress> getVotedAddresses()
public com.google.gson.JsonObject toJson()
toJson
in class TronContract
public void print(String indent)
TronContract
print
in class TronContract
Copyright © 2020. All rights reserved.