mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
Removed OuterCall alias & doc fixes (#12349)
This commit is contained in:
@@ -180,10 +180,10 @@ pub mod pallet {
|
||||
|
||||
#[pallet::config]
|
||||
pub trait Config<I: 'static = ()>: frame_system::Config {
|
||||
/// The outer origin type.
|
||||
/// The runtime origin type.
|
||||
type RuntimeOrigin: From<RawOrigin<Self::AccountId, I>>;
|
||||
|
||||
/// The outer call dispatch type.
|
||||
/// The runtime call dispatch type.
|
||||
type Proposal: Parameter
|
||||
+ Dispatchable<
|
||||
RuntimeOrigin = <Self as Config<I>>::RuntimeOrigin,
|
||||
@@ -191,7 +191,7 @@ pub mod pallet {
|
||||
> + From<frame_system::Call<Self>>
|
||||
+ GetDispatchInfo;
|
||||
|
||||
/// The outer event type.
|
||||
/// The runtime event type.
|
||||
type RuntimeEvent: From<Event<Self, I>>
|
||||
+ IsType<<Self as frame_system::Config>::RuntimeEvent>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user