Uses of Class
com.algorand.algosdk.abi.TypeTuple
-
Packages that use TypeTuple Package Description com.algorand.algosdk.abi -
-
Uses of TypeTuple in com.algorand.algosdk.abi
Methods in com.algorand.algosdk.abi that return TypeTuple Modifier and Type Method Description protected static TypeTuple
ABIType. castToTupleType(int size, ABIType t)
Cast a dynamic/static array to ABI tuple type
-