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 库。
sc_authority_discoverysc_block_buildersc_chain_specsc_clisc_client_apisc_client_dbsc_consensussc_networksc_rpcsc_servicesc_state_dbsc_transaction_pool
FRAME 库
使用以下链接来探索 Substrate 运行时中使用的核心 FRAME 库(frame_* 和 pallet_*)。
frame_benchmarkingframe_executiveframe_remote_externalitiesframe_supportframe_systempallet_assetspallet_balancespallet_collectivepallet_identitypallet_membershippallet_proxy
Substrate 原语库
使用以下链接来探索 Substrate 原语库 (sp_*)。
其他库
使用以下链接来探索其他库。
ON THIS PAGE
