Documentation
Preparing search index...
@mysten/sui
client
SuiMoveAbort
Interface SuiMoveAbort
interface
SuiMoveAbort
{
error_code
?:
string
|
null
;
function
?:
string
|
null
;
line
?:
number
|
null
;
module_id
?:
string
|
null
;
}
Index
Properties
error_
code?
function?
line?
module_
id?
Properties
Optional
error_
code
error_code
?:
string
|
null
Optional
function
function
?:
string
|
null
Optional
line
line
?:
number
|
null
Optional
module_
id
module_id
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error_
code
function
line
module_
id
Documentation
Loading...