mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 00:01:03 +00:00
improve doc (#8437)
This commit is contained in:
committed by
GitHub
parent
1602f8dd2d
commit
d343683ca9
@@ -17,8 +17,8 @@
|
||||
|
||||
//! # Vesting Module
|
||||
//!
|
||||
//! - [`vesting::Config`](./trait.Config.html)
|
||||
//! - [`Call`](./enum.Call.html)
|
||||
//! - [`Config`]
|
||||
//! - [`Call`]
|
||||
//!
|
||||
//! ## Overview
|
||||
//!
|
||||
@@ -41,9 +41,6 @@
|
||||
//! - `vest` - Update the lock, reducing it in line with the amount "vested" so far.
|
||||
//! - `vest_other` - Update the lock of another account, reducing it in line with the amount
|
||||
//! "vested" so far.
|
||||
//!
|
||||
//! [`Call`]: ./enum.Call.html
|
||||
//! [`Config`]: ./trait.Config.html
|
||||
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user