Last updated 6 months ago
• Docs
/ / storageWriteRaw
storageWriteRaw(key, value): boolean
key
value
boolean
Writes the provided bytes to NEAR storage under the provided key.
• key: Uint8Array
Uint8Array
The key under which to store the value.
• value: Uint8Array
The value to store.