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