api • Docs
near-sdk-js v2.0.0 / api / storageRemove
storageRemove(key): boolean
key
boolean
Removes the value of the provided utf-8 string key from NEAR storage.
• key: string
string
The utf-8 string key to be removed.
packages/near-sdk-js/src/api.ts:378arrow-up-right
Last updated 1 year ago