Function sc_service::chain_ops::export_raw_state
source ยท pub fn export_raw_state<B, BA, C>(
client: Arc<C>,
hash: B::Hash,
) -> Result<Storage, Error>
Expand description
Export the raw state at the given block
. If block
is None
, the
best block will be used.