Current Value
falseFrom Chain Metadata
A flag to indicate if Yuma3 is enabled.
Use Cases
- Runtime configuration
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 Yuma3On constant
const value = await api.constants.SubtensorModule.Yuma3On();
console.log("Yuma3On:", value);Type Information
- Type
- bool
- Byte Size
- 1 bytes
- Encoding
- fixed
- Raw Hex
- 0x00
Runtime Info
- Pallet
- SubtensorModule
- First Version
- v385
- Latest Version
- v385
- Current Runtime
- v411