Expand description
quantus storage subcommand - storage operations
Structs§
- Account
Data - The
AccountDatastruct, used inAccountInfo. - Account
Info - The
AccountInfostruct, reflecting the chain’s state.
Enums§
- Storage
Commands - Direct interaction with chain storage (Sudo required for set)
Functions§
- count_
storage_ entries - Count storage entries using RPC calls with pagination
- get_
storage_ raw - Get raw storage value by key
- get_
storage_ raw_ at_ block - Get raw storage value by key at specific block
- handle_
storage_ command - Handle storage subxt commands
- iterate_
storage_ entries - Iterate through storage map entries with real RPC calls
- list_
pallets_ with_ storage - List all pallets with storage
- list_
storage_ items - List all storage items in a pallet
- resolve_
block_ hash - Get block hash from block number or parse existing hash
- set_
storage_ value - Set storage value using sudo (requires sudo privileges)
- show_
storage_ stats - Show storage statistics