mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 15:51:12 +00:00
Enhance decl storage (#777)
* enhance macro decl_storage() * update the state root hash * fix one comment
This commit is contained in:
@@ -256,9 +256,8 @@ pub enum StorageFunctionType {
|
||||
#[derive(Clone, PartialEq, Eq, Encode)]
|
||||
#[cfg_attr(feature = "std", derive(Decode, Debug, Serialize))]
|
||||
pub enum StorageFunctionModifier {
|
||||
None,
|
||||
Optional,
|
||||
Default,
|
||||
Required,
|
||||
}
|
||||
|
||||
/// All metadata about the outer dispatch.
|
||||
|
||||
Reference in New Issue
Block a user