mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 23:21:02 +00:00
doc: first item is current version comment (#817)
This commit is contained in:
@@ -366,6 +366,7 @@ impl<T: Config> Rpc<T> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Subscribe to runtime version updates that produce changes in the metadata.
|
/// Subscribe to runtime version updates that produce changes in the metadata.
|
||||||
|
/// The first item emitted by the stream is the current runtime version.
|
||||||
pub async fn subscribe_runtime_version(
|
pub async fn subscribe_runtime_version(
|
||||||
&self,
|
&self,
|
||||||
) -> Result<Subscription<types::RuntimeVersion>, Error> {
|
) -> Result<Subscription<types::RuntimeVersion>, Error> {
|
||||||
|
|||||||
Reference in New Issue
Block a user