mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 02:31:03 +00:00
Renames of Trait to Config in README.md, weight templates and few minor ones (#7636)
* manual rename * renamse in README.md * fix template
This commit is contained in:
committed by
GitHub
parent
35efc8e4b0
commit
15b0dece54
@@ -1,6 +1,6 @@
|
||||
# Vesting Module
|
||||
|
||||
- [`vesting::Trait`](https://docs.rs/pallet-vesting/latest/pallet_vesting/trait.Trait.html)
|
||||
- [`vesting::Config`](https://docs.rs/pallet-vesting/latest/pallet_vesting/trait.Config.html)
|
||||
- [`Call`](https://docs.rs/pallet-vesting/latest/pallet_vesting/enum.Call.html)
|
||||
|
||||
## Overview
|
||||
@@ -26,6 +26,6 @@ This module implements the `VestingSchedule` trait.
|
||||
"vested" so far.
|
||||
|
||||
[`Call`]: ./enum.Call.html
|
||||
[`Trait`]: ./trait.Trait.html
|
||||
[`Config`]: ./trait.Config.html
|
||||
|
||||
License: Apache-2.0
|
||||
Reference in New Issue
Block a user