Returns the runtime metadata as a JSON object. Substrate Reference: - FRAME Support: https://crates.parity.io/frame_support/metadata/index.html - Knowledge Base: https://substrate.dev/docs/en/knowledgebase/runtime/metadata
/runtime/metadata
Block identifier, as the block height or block hash.
Returns the requested version of runtime metadata as a JSON object. Substrate Reference: - FRAME Support: https://crates.parity.io/frame_support/metadata/index.html - Knowledge Base: https://substrate.dev/docs/en/knowledgebase/runtime/metadata
/runtime/metadata/{metadataVersion}
The version of metadata. The input is expected in a vX
format, where X
represents the version number (e.g. v14
, v15
).
Block identifier, as the block height or block hash.