The cosmwasm client
Contract address
Resolves the promise if the contract name matches and if the contract version satisfies the semver range specified. Otherwise, the promise is rejected with a ContractVersionNotSatisfiedError.
A map of name => version. e.g. {"my-awesome-contract": "^1.0.0"}
Optional
funds: Coin[]Reads contract state at key "contract_info" and returnes the parsed state if it exists.
A class which is usually extended upon to generate a contract API