mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 05:47:58 +00:00
Minor documentation update for AuxStore and BlockImportParams.auxiliary (#10428)
This commit is contained in:
@@ -259,6 +259,10 @@ pub trait Finalizer<Block: BlockT, B: Backend<Block>> {
|
||||
}
|
||||
|
||||
/// Provides access to an auxiliary database.
|
||||
///
|
||||
/// This is a simple global database not aware of forks. Can be used for storing auxiliary
|
||||
/// information like total block weight/difficulty for fork resolution purposes as a common use
|
||||
/// case.
|
||||
pub trait AuxStore {
|
||||
/// Insert auxiliary data into key-value store.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user