Skip to content

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.

ParameterType
inputunknown
optionsSimulateOptions

SafeResult<SimulateResult>