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_discovery
sc_block_builder
sc_chain_spec
sc_cli
sc_client_api
sc_client_db
sc_consensus
sc_network
sc_rpc
sc_service
sc_state_db
sc_transaction_pool
FRAME 库
使用以下链接来探索 Substrate 运行时中使用的核心 FRAME 库(frame_*
和 pallet_*
)。
frame_benchmarking
frame_executive
frame_remote_externalities
frame_support
frame_system
pallet_assets
pallet_balances
pallet_collective
pallet_identity
pallet_membership
pallet_proxy
Substrate 原语库
使用以下链接来探索 Substrate 原语库 (sp_*
)。
其他库
使用以下链接来探索其他库。
ON THIS PAGE