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 delegateAmount: XTZAmount
-
Declaration
Swift
public let delegateFee: Double
-
Declaration
Swift
public let stakeAmount: XTZAmount
-
Declaration
Swift
public let stakeFee: Double
-
Declaration
Swift
public let cycle: Int
-
Declaration
Swift
public let dateOfPayment: Date
-
Declaration
Swift
public let meetsMinDelegation: Bool