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