Ksui
Toggle table of contents
2.2.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Ksui
Ksui
/
xyz.mcxross.ksui.ptb
/
TransactionKind
/
TransferSui
Transfer
Sui
@
Serializable
data
class
TransferSui
(
val
recipient
:
String
,
val
amount
:
Long
)
:
TransactionKind
Members
Constructors
Transfer
Sui
Link copied to clipboard
constructor
(
recipient
:
String
,
amount
:
Long
)
Properties
amount
Link copied to clipboard
val
amount
:
Long
recipient
Link copied to clipboard
val
recipient
:
String