mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 08:37:56 +00:00
Fix docs (#5928)
* Fix docs * Update frame/support/src/dispatch.rs Prettier link Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Update primitives/runtime/src/traits.rs Prettier link Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -1301,7 +1301,7 @@ impl Printable for Tuple {
|
||||
}
|
||||
}
|
||||
|
||||
/// Something that can convert a [`BlockId`] to a number or a hash.
|
||||
/// Something that can convert a [`BlockId`](crate::generic::BlockId) to a number or a hash.
|
||||
#[cfg(feature = "std")]
|
||||
pub trait BlockIdTo<Block: self::Block> {
|
||||
/// The error type that will be returned by the functions.
|
||||
|
||||
Reference in New Issue
Block a user