We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Trait
Config
1 parent e70edd5 commit b1ff092Copy full SHA for b1ff092
README.md
@@ -1,7 +1,7 @@
1
# Multisig Module
2
A module for doing multisig dispatch.
3
4
-- [`multisig::Trait`](https://docs.rs/pallet-multisig/latest/pallet_multisig/trait.Trait.html)
+- [`multisig::Config`](https://docs.rs/pallet-multisig/latest/pallet_multisig/trait.Config.html)
5
- [`Call`](https://docs.rs/pallet-multisig/latest/pallet_multisig/enum.Call.html)
6
7
## Overview
@@ -24,6 +24,6 @@ not available or desired.
24
* `cancel_as_multi` - Cancel a call from a composite origin.
25
26
[`Call`]: ./enum.Call.html
27
-[`Trait`]: ./trait.Trait.html
+[`Config`]: ./trait.Config.html
28
29
License: Apache-2.0
0 commit comments