safeSimulate
This content is not available in your language yet.
function safeSimulate(input, options?): SafeResult<SimulateResult>;Defined in: safe.ts:46
Non-throwing variant of simulate. When ok is true, the value
matches simulate for the same inputs and options.
Parameters
Seção intitulada “Parameters”| Parameter | Type |
|---|---|
input | unknown |
options | SimulateOptions |