WalletAccountLimits
public struct WalletAccountLimits : Codable, Sendable
The wallet/account limits model.
-
Container for daily and rolling limit periods.
Declaration
Swift
public let accountLimits: LimitPeriods? -
Limits per wallet.
Declaration
Swift
public let walletLimits: [LimitPeriods]? -
Auxiliary constructor.
Declaration
Swift
public init(from decoder: any Decoder) throws
View on GitHub