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