Skip to content

RawSimulateOptions

RawSimulateOptions = Expand<Omit<SimulateRequest, "txnGroups">> & object

Defined in: src/composer.ts:126

The raw API options to control a simulate request. See algod API docs for more information: https://dev.algorand.co/reference/rest-apis/algod/#simulatetransaction

optional resultOnFailure: boolean

Whether or not to return the result on simulation failure instead of throwing an error