Smart ContractsGet data variable value Get data variable valueGet the value of a data variable inside a contract.GET/v2/constant_val/{contract_address}/{contract_name}/{data_var}Get the value of a data variable inside a contractAttempt to vetch a data var from a contract. The contract is identified with [Stacks Address] and [Contract Name] in the URL path. The variable is identified with [Var Name].In the response, data is the hex serialization of the data variable value.Path Parameterscontract_addressRequiredstringStacks addresscontract_nameRequiredstringContract namedata_varRequiredstringData variable nameQuery ParametersproofstringWhen supplied 0, will return the JSON object without the proof field.Status codeDescription200Success400Failed to retrieve data variable value from contract/v2/data_var/{contract_address}/{contract_name}/{data_var}SendPathQuerycURLJavaScriptcurl -X GET "http://localhost:20443/v2/data_var/string/string/string"200Response of get constant val requestResponse{ "data": "string", "proof": "string", }TypescriptGet trait implementation detailsNames