Project
public struct Project : Codable, Equatable
Person position in project
-
Coin id, eg. btc-bitcoin
Declaration
Swift
public let coinId: String -
Coin name, eg. Bitcoin
Declaration
Swift
public let coinName: String -
Coin name, eg. BTC
Declaration
Swift
public let coinSymbol: String -
Person position, eg. Advisor
Declaration
Swift
public let position: String
Project Structure Reference