api • Docs
near-sdk-js v2.0.0 / api / 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.
packages/near-sdk-js/src/api.ts:350arrow-up-right
Last updated 1 year ago