public class TronContract extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TronContract.Type |
Constructor and Description |
---|
TronContract(TronContract.Type type,
TronAddress ownerAddress) |
Modifier and Type | Method and Description |
---|---|
TronAddress |
getOwnerAddress() |
TronContract.Type |
getType() |
void |
print(String indent)
Prints the object in stdout.
|
com.google.gson.JsonObject |
toJson() |
public TronContract(TronContract.Type type, TronAddress ownerAddress)
public TronContract.Type getType()
public TronAddress getOwnerAddress()
public com.google.gson.JsonObject toJson()
public void print(String indent)
Copyright © 2020. All rights reserved.