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