api • Docs
near-sdk-js v2.0.0 / api / storageReadRaw
storageReadRaw(key): Uint8Array | null
key
Uint8Array
null
Reads the value from NEAR storage that is stored under the provided key.
• key: Uint8Array
The key to read from storage.
Uint8Array | null
packages/near-sdk-js/src/api.ts:282arrow-up-right
Last updated 1 year ago