mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
Some metadata cleanup and improvements (#857)
* Do not encode the `origin` parameter in the metadata * Remove obsolete macro * Encode outer dispatch in metadata
This commit is contained in:
@@ -655,8 +655,8 @@ macro_rules! __decl_outer_dispatch {
|
||||
;
|
||||
) => {
|
||||
impl_outer_dispatch!(
|
||||
pub enum Call where origin: Origin {
|
||||
$( $parsed_name, )*
|
||||
pub enum Call for $runtime where origin: Origin {
|
||||
$( $parsed_modules::$parsed_name, )*
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user