Skip to main content

TxValidationOptions

export interface TxValidationOptions {
  logOptions?: UplcLogger
  strict?: boolean
  verbose?: boolean
}

Properties

logOptions

logOptions?: UplcLogger
hooks for script logging during transaction execution

strict

strict?: boolean
can be left as false for inspecting general transactions. The TxBuilder always uses strict=true.

verbose

verbose?: boolean
provides more details of transaction-budget usage when the transaction is close to the limit