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
Type Declaration
Section titled “Type Declaration”resultOnFailure?
Section titled “resultOnFailure?”
optionalresultOnFailure:boolean
Whether or not to return the result on simulation failure instead of throwing an error