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
dataintoFlow.ArgumenttypeDeclaration
Swift
public var fields: Argument? -
Declaration
Swift
public var description: String { get }
View on GitHub
ScriptResponse Structure Reference