Skip to content

sendDryRun

sendDryRun(provider, signers, unsignedTx, watchOpts?): Promise<IndexerGetTransactionResultResponse>

Defined in: ootle/src/transaction.ts:313

Like sendTransaction but sets dry_run = true on the transaction before submitting, so the network simulates execution without committing state.

Provider

Signer | Signer[]

UnsignedTransactionV1

WatchOptions

Promise<IndexerGetTransactionResultResponse>