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.
Parameters
Section titled “Parameters”provider
Section titled “provider”signers
Section titled “signers”unsignedTx
Section titled “unsignedTx”UnsignedTransactionV1
watchOpts?
Section titled “watchOpts?”Returns
Section titled “Returns”Promise<IndexerGetTransactionResultResponse>