storageRemoveRaw
api • Docs
near-sdk-js v2.0.0 / api / storageRemoveRaw
Function: storageRemoveRaw()
storageRemoveRaw(
key
):boolean
Removes the value of the provided key from NEAR storage.
Parameters
• key: Uint8Array
The key to be removed.
Returns
boolean
Defined in
Last updated