Kaptos
Toggle table of contents
0.1.2-beta
common
Target filter
common
Switch theme
Search in API
Skip to content
Kaptos
Kaptos
/
xyz.mcxross.kaptos.model
/
MoveOption
Move
Option
@
Serializable
(
with
=
MoveOptionSerializer::class
)
data
class
MoveOption
<
T
:
EntryFunctionArgument
>
(
val
value
:
T
?
)
:
TransactionArgument
Members
Constructors
Move
Option
Link copied to clipboard
constructor
(
value
:
T
?
)
Properties
value
Link copied to clipboard
val
value
:
T
?
Functions
unwrap
Link copied to clipboard
fun
unwrap
(
)
:
T