Package com.algorand.algosdk.abi
Class Contract
- java.lang.Object
-
- com.algorand.algosdk.abi.Contract
-
public class Contract extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContract.NetworkInfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDescription()MethodgetMethodByIndex(int index)MethodgetMethodByName(String name)StringgetName()Contract.NetworkInfogetNetworkInfo(String genesisHash)
-
-
-
Method Detail
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getNetworkInfo
public Contract.NetworkInfo getNetworkInfo(String genesisHash)
-
getMethodByIndex
public Method getMethodByIndex(int index)
-
-