Enumerations
The following enumerations are available globally.
-
Represents an HTTP response
See moreDeclaration
Swift
public enum Response<T: APIResponse>
-
HTTP methods we use
See moreDeclaration
Swift
public enum HTTPMethod: String
-
Type of transactions supported on Lisk network
See moreDeclaration
Swift
public enum TransactionType: UInt8, Encodable