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