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 class
Contract.NetworkInfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDescription()
Method
getMethodByIndex(int index)
Method
getMethodByName(String name)
String
getName()
Contract.NetworkInfo
getNetworkInfo(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)
-
-