MaxPending

Constant v149 → current u32

Limits proxy announcement queue.

Current Value

75

From Chain Metadata

The maximum amount of time-delayed announcements that are allowed to be pending.

Use Cases

  • Proxy operations

Code Examples

import { ApiPromise, WsProvider } from "@polkadot/api";
import { stringCamelCase } from "@polkadot/util";

const provider = new WsProvider("wss://entrypoint-finney.opentensor.ai:443");
const api = await ApiPromise.create({ provider });

// Query MaxPending constant
const value = api.consts[stringCamelCase("Proxy")][stringCamelCase("MaxPending")];
console.log("MaxPending:", value.toHuman());

Type Information

Type
u32
Byte Size
4 bytes
Encoding
fixed
Raw Hex
0x4b000000

Runtime Info

Pallet
Proxy
First Version
v149
Latest Version
v149
Current Runtime
v393