Uses of Class
com.algorand.algosdk.abi.Contract.NetworkInfo
-
Packages that use Contract.NetworkInfo Package Description com.algorand.algosdk.abi -
-
Uses of Contract.NetworkInfo in com.algorand.algosdk.abi
Fields in com.algorand.algosdk.abi with type parameters of type Contract.NetworkInfo Modifier and Type Field Description Map<String,Contract.NetworkInfo>Contract. networksMethods in com.algorand.algosdk.abi that return Contract.NetworkInfo Modifier and Type Method Description Contract.NetworkInfoContract. getNetworkInfo(String genesisHash)Constructor parameters in com.algorand.algosdk.abi with type arguments of type Contract.NetworkInfo Constructor Description Contract(String name, String description, Map<String,Contract.NetworkInfo> networks, List<Method> methods)
-