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