Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ReadWrite

import type { ReadWrite } from "https://googleapis.deno.dev/v1/datastore:v1.ts";

Options specific to read / write transactions.

interface ReadWrite {
previousTransaction?: Uint8Array;
}

§Properties

§
previousTransaction?: Uint8Array
[src]

The transaction identifier of the transaction being retried.