Ksui core
Toggle table of contents
3.0.0
common
Platform filter
common
Switch theme
Search in API
Ksui core
Ksui core
/
xyz.mcxross.ksui.core.ptb
/
ProgrammableTransaction
Programmable
Transaction
@
Serializable
(
with
=
ProgrammableTransactionSerializer::class
)
data
class
ProgrammableTransaction
(
val
inputs
:
List
<
CallArg
>
,
val
commands
:
List
<
Command
>
)
:
TransactionKind
Members
Constructors
Programmable
Transaction
Link copied to clipboard
constructor
(
inputs
:
List
<
CallArg
>
,
commands
:
List
<
Command
>
)
Properties
commands
Link copied to clipboard
val
commands
:
List
<
Command
>
inputs
Link copied to clipboard
val
inputs
:
List
<
CallArg
>