toggle menu
Ksui
2.2.0-SNAPSHOT
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.ptb
/
ProgrammableMoveCall
Programmable
Move
Call
@
Serializable
data
class
ProgrammableMoveCall
(
val
pakage
:
ObjectId
,
val
module
:
String
,
val
function
:
String
,
val
typeArguments
:
List
<
TypeTag
>
,
val
arguments
:
List
<
Argument
>
)
Members
Constructors
Programmable
Move
Call
Link copied to clipboard
constructor
(
pakage
:
ObjectId
,
module
:
String
,
function
:
String
,
typeArguments
:
List
<
TypeTag
>
,
arguments
:
List
<
Argument
>
)
Properties
arguments
Link copied to clipboard
val
arguments
:
List
<
Argument
>
function
Link copied to clipboard
val
function
:
String
module
Link copied to clipboard
val
module
:
String
pakage
Link copied to clipboard
val
pakage
:
ObjectId
type
Arguments
Link copied to clipboard
val
typeArguments
:
List
<
TypeTag
>