storageWriteRaw
Last updated
Last updated
api • Docs
near-sdk-js v2.0.0 / api / storageWriteRaw
storageWriteRaw(
key
,value
):boolean
Writes the provided bytes to NEAR storage under the provided key.
• key: Uint8Array
The key under which to store the value.
• value: Uint8Array
The value to store.
boolean