Rust API

⚠️ Update Notice:

Please read Substrate to Polkadot SDK page first.


Rust 文档是 Substrate 代码库的唯一事实来源。 但是,如果您不确定要查找什么(例如,特定的 crate、特性或数据结构),则可能难以导航或知道最佳的起点。

架构和 Rust 库 中所述,Substrate 库使用命名约定来指示库是否是 Substrate 核心客户端 (sc_*)、FRAME 和运行时 (frame_*pallet_*) 或 Substrate 原语 (sp_*) 的一部分。

外部节点和运行时的核心节点库

如果您没有特定的 crate,请使用以下链接作为探索核心 Rust 库的入口点。

Substrate 核心客户端库

使用以下链接来探索作为 Substrate 核心客户端 (sc_*) 一部分的 Substrate 库。

FRAME 库

使用以下链接来探索 Substrate 运行时中使用的核心 FRAME 库(frame_*pallet_*)。

Substrate 原语库

使用以下链接来探索 Substrate 原语库 (sp_*)。

其他库

使用以下链接来探索其他库。