Skip to content
Sheetwrite

Sheetwrite / Documentation

resolveTransactionResourceLimits@sheetwrite/core

Validate and merge transaction ceiling overrides without retaining the caller-owned object.

Validate and merge transaction ceiling overrides without retaining the caller-owned object. Every ceiling is an inclusive non-negative safe integer.

Declaration

function resolveTransactionResourceLimits(
overrides?: Partial<TransactionResourceLimits>,
): Readonly<TransactionResourceLimits>