ScriptResponse
public struct ScriptResponse : FlowEntity, Equatable
extension Flow.ScriptResponse: CustomStringConvertible
The model to handle the Cadence
code response
-
Declaration
Swift
public var data: Data
-
Covert
data
intoFlow.Argument
typeDeclaration
Swift
public var fields: Argument?
-
Declaration
Swift
public var description: String { get }