APIResponse
public protocol APIResponse: Decodable
Protocol describing an response
-
All api responses have a success boolean
Declaration
Swift
var success: Bool
Lisk Docs (54% documented)
public protocol APIResponse: Decodable
Protocol describing an response
All api responses have a success boolean
Swift
var success: Bool