RewardDetails
public struct RewardDetails : Codable
An individual payment record denoting some payment in the past or future
-
Declaration
Swift
public let bakerAlias: String?
-
Declaration
Swift
public let bakerLogo: URL?
-
Declaration
Swift
public let paymentAddress: String
-
Declaration
Swift
public let amount: XTZAmount
-
Declaration
Swift
public let cycle: Int
-
Declaration
Swift
public let fee: Double
-
Declaration
Swift
public let dateOfPayment: Date
-
Declaration
Swift
public let meetsMinDelegation: Bool
-
Declaration
Swift
public init(bakerAlias: String?, bakerLogo: URL?, paymentAddress: String, amount: XTZAmount, cycle: Int, fee: Double, date: Date, meetsMinDelegation: Bool)