toggle menu
Ksui
2.2.0-SNAPSHOT
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.protocol
/
Extended
Extended
interface
Extended
Inheritors
Sui
Extended
Members
Functions
move
Call
Link copied to clipboard
abstract
fun
moveCall
(
target
:
String
,
typeArguments
:
List
<
TypeTag
>
=
emptyList()
,
args
:
List
<
Argument
>
=
emptyList()
)
:
ProgrammableTransaction
split
Coin
Link copied to clipboard
abstract
fun
splitCoin
(
coin
:
Argument
,
amounts
:
List
<
Long
>
)
:
ProgrammableTransaction
transfer
Object
Link copied to clipboard
abstract
fun
transferObject
(
objs
:
List
<
Argument
>
,
to
:
AccountAddress
)
:
ProgrammableTransaction