StaticType
public struct StaticType : Codable, Equatable
The data structure for .type
argument type
More detail can be found here: https://docs.onflow.org/cadence/json-cadence-spec/#type
-
Undocumented
Declaration
Swift
public let staticType: String
-
Undocumented
Declaration
Swift
public init(staticType: String)