Both isFrozen and requireAuth are now recursive for vault shares

This commit is contained in:
Bronek Kozicki
2025-04-07 13:34:26 +01:00
parent 9c967f83be
commit db19760ee8
4 changed files with 126 additions and 20 deletions

View File

@@ -122,6 +122,8 @@ std::size_t constexpr maxDataPayloadLength = 256;
/** Vault withdrawal policies */
std::uint8_t constexpr vaultStrategyFirstComeFirstServe = 1;
std::uint8_t constexpr maxFreezeCheckDepth = 5;
/** A ledger index. */
using LedgerIndex = std::uint32_t;