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

TransactionOptions

Options to customize transaction behavior.

interface TransactionOptions {
readonly maxAttempts?: number;
}

§Properties

§
readonly maxAttempts?: number
[src]

Maximum number of attempts to commit, after which transaction fails. Default is 5.