Function storageWriteRaw

  • 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

Generated using TypeDoc