Raw
RawContractState gets single key from the raw store data of a contract
GET/cosmwasm/wasm/v1/contract/{address}/raw/{query_data}
Path parameters
address*string
address is the address of the contract
query_data*string (byte)
Response
A successful response.
Body
dataData contains the raw store data
Request
Response
Last updated