Spending Limit
data class SpendingLimit(val spendingLimit: BigInteger, val periodLedgers: UInt) : PolicyInstallParams
Spending limit policy restricting total amount per time period.
Limits the total amount that can be spent within a rolling time window. The period is specified in ledgers (approximately 5 seconds per ledger).