CodeHash is the hash of the code.
CreatorAddress is the address of the contract instantiator.
Salt is a hex encoded salt.
InitArgs are optional json encoded init args to be used in contract address building if provided.
QueryBuildAddressResponse is the response type for the Query/BuildAddress RPC method.
GET /cosmwasm/wasm/v1/contract/build_address HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "address": "text" }