storageHasKey
Last updated
Last updated
api • Docs
near-sdk-js v2.0.0 / api / storageHasKey
storageHasKey(
key
):boolean
Checks for the existence of a value under the provided utf-8 string key in NEAR storage.
• key: string
The utf-8 string key to check for in storage.
boolean