toggle menu
Ksui
2.2.0-SNAPSHOT
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.ptb
/
TransactionKind
/
PayAllSui
Pay
All
Sui
@
Serializable
data
class
PayAllSui
(
val
recipient
:
String
,
val
coins
:
List
<
ObjectReference
>
)
:
TransactionKind
Members
Constructors
Pay
All
Sui
Link copied to clipboard
constructor
(
recipient
:
String
,
coins
:
List
<
ObjectReference
>
)
Properties
coins
Link copied to clipboard
val
coins
:
List
<
ObjectReference
>
recipient
Link copied to clipboard
val
recipient
:
String