Preparing search index...
The search index is not available
Documentation
Documentation
@mysten/sui
client
SuiTransaction
Type alias SuiTransaction
Sui
Transaction
:
{
MoveCall
:
MoveCallSuiTransaction
;
}
|
{
TransferObjects
:
[
SuiArgument
[]
,
SuiArgument
]
;
}
|
{
SplitCoins
:
[
SuiArgument
,
SuiArgument
[]
]
;
}
|
{
MergeCoins
:
[
SuiArgument
,
SuiArgument
[]
]
;
}
|
{
Publish
:
string
[]
;
}
|
{
Upgrade
:
[
string
[]
,
string
,
SuiArgument
]
;
}
|
{
MakeMoveVec
:
[
string
|
null
,
SuiArgument
[]
]
;
}
A single transaction in a programmable transaction block.
Type declaration
Move
Call
:
MoveCallSuiTransaction
Type declaration
Transfer
Objects
:
[
SuiArgument
[]
,
SuiArgument
]
Type declaration
Split
Coins
:
[
SuiArgument
,
SuiArgument
[]
]
Type declaration
Merge
Coins
:
[
SuiArgument
,
SuiArgument
[]
]
Type declaration
Publish
:
string
[]
Type declaration
Upgrade
:
[
string
[]
,
string
,
SuiArgument
]
Type declaration
Make
Move
Vec
:
[
string
|
null
,
SuiArgument
[]
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
A single transaction in a programmable transaction block.