We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const lookup_key = { "key": cvToHex(uintCV(asset_id)) } const mapEntry = await fetchContractDataMapEntry({ url: network.getCoreApiUrl(), contract_name, contract_address, map_name, lookup_key });
fails with SyntaxError: Unexpected end of JSON input at line 0, col 0
SyntaxError: Unexpected end of JSON input at line 0, col 0
Not sure if this is my lookup_key, but it appears that the body being sent to the api is not being set as application/json.
lookup_key
micro-stacks/src/api/smartcontracts/fetchers.ts
Lines 108 to 113 in 2ba20d8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
fails with
SyntaxError: Unexpected end of JSON input at line 0, col 0
Not sure if this is my
lookup_key
, but it appears that the body being sent to the api is not being set as application/json.micro-stacks/src/api/smartcontracts/fetchers.ts
Lines 108 to 113 in 2ba20d8
The text was updated successfully, but these errors were encountered: