LimitPeriods

public struct LimitPeriods : Codable, Sendable

The limit model.

  • The transaction type.

    Declaration

    Swift

    public internal(set) var walletUuid: String { get }
  • Limits per wallet.

    Declaration

    Swift

    public let daily: DailyLimits?
  • Limits per wallet.

    Declaration

    Swift

    public let rolling: RollingLimits?