pub async fn get_dictionary_item(
    rpc_id: JsonRpcId,
    node_address: &str,
    verbosity: Verbosity,
    state_root_hash: Digest,
    dictionary_item_identifier: DictionaryItemIdentifier
) -> Result<SuccessResponse<GetDictionaryItemResult>, Error>
Expand description

Retrieves a StoredValue from a dictionary at a given state root hash.

Sends a JSON-RPC state_get_dictionary_item request to the specified node.

For details of the parameters, see the module docs.