mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 01:07:57 +00:00
make all extrinsics public so they are available from outside (#9078)
Co-authored-by: thiolliere <gui.thiolliere@gmail.com>
This commit is contained in:
@@ -2071,7 +2071,7 @@ pub mod pallet_prelude {
|
||||
/// impl<T: Config<I>, I: 'static> Pallet<T, I> {
|
||||
/// /// Doc comment put in metadata
|
||||
/// #[pallet::weight(0)]
|
||||
/// fn toto(origin: OriginFor<T>, #[pallet::compact] _foo: u32) -> DispatchResultWithPostInfo {
|
||||
/// pub fn toto(origin: OriginFor<T>, #[pallet::compact] _foo: u32) -> DispatchResultWithPostInfo {
|
||||
/// let _ = origin;
|
||||
/// unimplemented!();
|
||||
/// }
|
||||
|
||||
Reference in New Issue
Block a user