StakingRefund
public struct StakingRefund : Codable, GlobalsXPRProtocol
StakingRefund shows the amount unstaked and request time it occured
-
The unstaked amount in which the user will be eligable for after unstaking period
Declaration
Swift
public var quantity: Asset -
The time which the last unstaking action occured
Declaration
Swift
public var requestTime: Date -
Get globalsXPR settings
Declaration
Swift
public var globalsXPR: GlobalsXPR? { get } -
Formated quantity without symbol and precision
Declaration
Swift
public func quantityFormated(forLocale locale: Locale = Locale(identifier: "en_US"), withSymbol symbol: Bool = false, andPrecision precision: Bool = false) -> String
StakingRefund Structure Reference