Preparing search index...
The search index is not available
@kynesyslabs/demosdk
@kynesyslabs/demosdk
types
ScriptExecutionResult
Interface ScriptExecutionResult
Result of script execution.
interface
ScriptExecutionResult
{
complexity
:
number
;
error
?:
string
;
mutations
:
StateMutation
[]
;
returnValue
?:
unknown
;
success
:
boolean
;
}
Index
Properties
complexity
error?
mutations
return
Value?
success
Properties
complexity
complexity
:
number
Optional
error
error
?:
string
mutations
mutations
:
StateMutation
[]
Optional
return
Value
return
Value
?:
unknown
success
success
:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
complexity
error
mutations
return
Value
success
@kynesyslabs/demosdk
Loading...
Result of script execution.