api • Docs
near-sdk-js v2.0.0 / api / storageHasKey
storageHasKey(key): boolean
key
boolean
Checks for the existence of a value under the provided utf-8 string key in NEAR storage.
• key: string
string
The utf-8 string key to check for in storage.
packages/near-sdk-js/src/api.ts:319arrow-up-right
Last updated 1 year ago