mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 08:07:58 +00:00
Implement try_mutate for storage value and storage double map (#5699)
* impl try_mutate for storage value and storage double map * Docs + Reuse `try_mutate` in `mutate`
This commit is contained in:
@@ -89,7 +89,7 @@ macro_rules! decl_error {
|
||||
#[doc(hidden)]
|
||||
__Ignore(
|
||||
$crate::sp_std::marker::PhantomData<($generic, $( $inst_generic)?)>,
|
||||
$crate::dispatch::Never,
|
||||
$crate::Never,
|
||||
),
|
||||
$(
|
||||
$( #[doc = $doc_attr] )*
|
||||
|
||||
Reference in New Issue
Block a user