For the complete documentation index, see llms.txt. This page is also available as Markdown.

storageReadRaw

apiDocs


near-sdk-js v2.0.0 / api / storageReadRaw

Function: storageReadRaw()

storageReadRaw(key): Uint8Array | null

Reads the value from NEAR storage that is stored under the provided key.

Parameters

key: Uint8Array

The key to read from storage.

Returns

Uint8Array | null

Defined in

packages/near-sdk-js/src/api.ts:282

Last updated