toggle menu
Ksui
1.3.2
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
ProgrammableTransaction
Programmable
Transaction
@
Serializable
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
>