Module storage

Module storage 

Source
Expand description

quantus storage subcommand - storage operations

Structs§

AccountData
The AccountData struct, used in AccountInfo.
AccountInfo
The AccountInfo struct, reflecting the chain’s state.

Enums§

StorageCommands
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