address is the ethereum hex address to query the code for.
QueryCodeResponse is the response type for the Query/Code RPC method.
GET /ethermint/evm/v1/codes/{address} HTTP/1.1 Host: zetachain.nownodes.io Accept: */*
A successful response.
{ "code": "Ynl0ZXM=" }