CustomRequestResult
public struct CustomRequestResult : Codable, Equatable, FunctionResult
Contains the result of a custom request
-
A JSON-serialized result
Declaration
Swift
public let result: String -
Contains the result of a custom request
Declaration
Swift
public init(result: String)Parameters
resultA JSON-serialized result
View on GitHub
Install in Dash
CustomRequestResult Structure Reference