Limits complexity of frozen balance tracking.
Current Value
50From Chain Metadata
The maximum number of individual freeze locks that can exist on an account at any time.
Use Cases
- Freeze operations
Code Examples
import { createClient, Binary } from "polkadot-api";
import { getWsProvider } from "polkadot-api/ws";
import { sub } from "@polkadot-api/descriptors"; // generated by: npx papi add sub -w wss://entrypoint-finney.opentensor.ai:443
const client = createClient(getWsProvider("wss://entrypoint-finney.opentensor.ai:443"));
const api = client.getTypedApi(sub);
// Query MaxFreezes constant
const value = await api.constants.Balances.MaxFreezes();
console.log("MaxFreezes:", value);Type Information
- Type
- u32
- Byte Size
- 4 bytes
- Encoding
- fixed
- Raw Hex
- 0x32000000
Runtime Info
- Pallet
- Balances
- First Version
- v149
- Latest Version
- v149
- Current Runtime
- v411