AbiParameterType
public enum AbiParameterType
Undocumented
-
Undocumented
Declaration
Swift
case string -
Undocumented
Declaration
Swift
case uint(size: Int) -
Undocumented
Declaration
Swift
case int(size: Int) -
Undocumented
Declaration
Swift
case bool -
Undocumented
Declaration
Swift
case bytes -
Undocumented
Declaration
Swift
case address -
Undocumented
Declaration
Swift
case contractAddress -
Undocumented
Declaration
Swift
case ethContractAddress -
Undocumented
Declaration
Swift
case fixedBytes(size: Int) -
Undocumented
Declaration
Swift
case array(size: Int) -
Undocumented
Declaration
Swift
case fixedArrayOfUint(size: Int) -
Undocumented
Declaration
Swift
case dynamicArrayOfUint -
Undocumented
Declaration
Swift
case fixedArrayOfInt(size: Int) -
Undocumented
Declaration
Swift
case dynamicArrayOfInt -
Undocumented
Declaration
Swift
case fixedArrayOfBool(size: Int) -
Undocumented
Declaration
Swift
case dynamicArrayOfBool -
Undocumented
Declaration
Swift
case fixedArrayOfBytes(size: Int) -
Undocumented
Declaration
Swift
case dynamicArrayOfBytes -
Undocumented
Declaration
Swift
case fixedArrayOfStrings(size: Int) -
Undocumented
Declaration
Swift
case dynamicArrayOfStrings -
Undocumented
Declaration
Swift
case fixedArrayOfFixedBytes(bytesSize: Int, arraySize: Int) -
Undocumented
Declaration
Swift
case dynamicArrayOfFixedBytes(size: Int) -
Undocumented
Declaration
Swift
case fixedArrayOfAddresses(size: Int) -
Undocumented
Declaration
Swift
case dynamicArrayOfAddresses -
Undocumented
Declaration
Swift
case unknown
-
Declaration
Swift
public var hashValue: Int { get }
-
Declaration
Swift
public static func == (lhs: AbiParameterType, rhs: AbiParameterType) -> Bool
-
Declaration
Swift
public var description: String { get }
View on GitHub
AbiParameterType Enumeration Reference