toggle menu
Kaptos
0.1.2-beta
common
switch theme
search in API
Kaptos
/
xyz.mcxross.kaptos.transaction
/
EntryFunction
Entry
Function
@
Serializable
data
class
EntryFunction
(
val
moduleName
:
ModuleId
,
val
functionName
:
Identifier
,
val
typeArgs
:
List
<
TypeTag
>
,
val
args
:
List
<
EntryFunctionArgument
>
)
Members
Constructors
Entry
Function
Link copied to clipboard
constructor
(
moduleName
:
ModuleId
,
functionName
:
Identifier
,
typeArgs
:
List
<
TypeTag
>
,
args
:
List
<
EntryFunctionArgument
>
)
Properties
args
Link copied to clipboard
val
args
:
List
<
EntryFunctionArgument
>
function
Name
Link copied to clipboard
@
SerialName
(
value
=
"function_name"
)
val
functionName
:
Identifier
module
Name
Link copied to clipboard
@
SerialName
(
value
=
"module_name"
)
val
moduleName
:
ModuleId
type
Args
Link copied to clipboard
@
SerialName
(
value
=
"type_args"
)
val
typeArgs
:
List
<
TypeTag
>