Skip to main content

EvalResult

@totemsdk/kissvm


@totemsdk/kissvm / EvalResult

Interface: EvalResult

EvalResult returned from evaluateScript / simulateSpend

Properties

error?

optional error?: string


instructionsUsed

instructionsUsed: number


passed

passed: boolean


success

success: boolean

Alias of passed for template callers.


trace

trace: string[]