address is the ethereum hex address to query the storage state for.
key defines the key of the storage state
QueryStorageResponse is the response type for the Query/Storage RPC method.
GET /ethermint/evm/v1/storage/{address}/{key} HTTP/1.1 Host: zetachain.nownodes.io Accept: */*
A successful response.
{ "value": "text" }