Uses of Class
com.algorand.algosdk.abi.ABIType
-
Packages that use ABIType Package Description com.algorand.algosdk.abi -
-
Uses of ABIType in com.algorand.algosdk.abi
Subclasses of ABIType in com.algorand.algosdk.abi Modifier and Type Class Description class
TypeAddress
class
TypeArrayDynamic
class
TypeArrayStatic
class
TypeBool
class
TypeByte
class
TypeString
class
TypeTuple
class
TypeUfixed
class
TypeUint
Fields in com.algorand.algosdk.abi declared as ABIType Modifier and Type Field Description ABIType
TypeArrayDynamic. elemType
ABIType
TypeArrayStatic. elemType
ABIType
Method.Arg. parsedType
ABIType
Method.Returns. parsedType
Fields in com.algorand.algosdk.abi with type parameters of type ABIType Modifier and Type Field Description List<ABIType>
TypeTuple. childTypes
Methods in com.algorand.algosdk.abi that return ABIType Modifier and Type Method Description static ABIType
ABIType. valueOf(String str)
Deserialize ABI type scheme from stringMethods in com.algorand.algosdk.abi with parameters of type ABIType Modifier and Type Method Description protected static TypeTuple
ABIType. castToTupleType(int size, ABIType t)
Cast a dynamic/static array to ABI tuple typeprotected static int
ABIType. findBoolLR(ABIType[] typeArray, int index, int delta)
Constructors in com.algorand.algosdk.abi with parameters of type ABIType Constructor Description TypeArrayDynamic(ABIType elemType)
TypeArrayStatic(ABIType elemType, int length)
Constructor parameters in com.algorand.algosdk.abi with type arguments of type ABIType Constructor Description TypeTuple(List<ABIType> childTypes)
-