Documentation
Preparing search index...
@mysten/sui
client
SuiClientTypes
TransportMethods
Interface TransportMethods
Object methods
interface
TransportMethods
{
defaultNameServiceName
:
(
options
:
DefaultNameServiceNameOptions
,
)
=>
Promise
<
DefaultNameServiceNameResponse
>
;
executeTransaction
:
<
Include
extends
TransactionInclude
=
{}
>
(
options
:
ExecuteTransactionOptions
<
Include
>
,
)
=>
Promise
<
ExecuteTransactionResponse
<
Include
>
>
;
getBalance
:
(
options
:
GetBalanceOptions
)
=>
Promise
<
GetBalanceResponse
>
;
getDynamicField
:
(
options
:
GetDynamicFieldOptions
,
)
=>
Promise
<
GetDynamicFieldResponse
>
;
getMoveFunction
:
(
options
:
GetMoveFunctionOptions
,
)
=>
Promise
<
GetMoveFunctionResponse
>
;
getReferenceGasPrice
?:
(
options
?:
GetReferenceGasPriceOptions
,
)
=>
Promise
<
GetReferenceGasPriceResponse
>
;
getTransaction
:
<
Include
extends
TransactionInclude
=
{}
>
(
options
:
GetTransactionOptions
<
Include
>
,
)
=>
Promise
<
GetTransactionResponse
<
Include
>
>
;
listBalances
:
(
options
:
ListBalancesOptions
,
)
=>
Promise
<
ListBalancesResponse
>
;
listCoins
:
<
Include
extends
ObjectInclude
=
{}
>
(
options
:
ListCoinsOptions
<
Include
>
,
)
=>
Promise
<
ListCoinsResponse
<
Include
>
>
;
listDynamicFields
:
(
options
:
ListDynamicFieldsOptions
,
)
=>
Promise
<
ListDynamicFieldsResponse
>
;
listObjects
:
<
Include
extends
ObjectInclude
=
{}
>
(
options
:
ListObjectsOptions
<
Include
>
,
)
=>
Promise
<
ListObjectsResponse
<
Include
>
>
;
listOwnedObjects
:
<
Include
extends
ObjectInclude
=
{}
>
(
options
:
ListOwnedObjectsOptions
<
Include
>
,
)
=>
Promise
<
ListOwnedObjectsResponse
<
Include
>
>
;
mvr
:
MvrMethods
;
resolveTransactionPlugin
:
()
=>
TransactionPlugin
;
simulateTransaction
:
<
Include
extends
TransactionInclude
=
{}
>
(
options
:
SimulateTransactionOptions
<
Include
>
,
)
=>
Promise
<
SimulateTransactionResponse
<
Include
>
>
;
verifyZkLoginSignature
:
(
options
:
VerifyZkLoginSignatureOptions
,
)
=>
Promise
<
ZkLoginVerifyResponse
>
;
}
Implemented by
CoreClient
Index
Properties
default
Name
Service
Name
execute
Transaction
get
Balance
get
Dynamic
Field
get
Move
Function
get
Reference
Gas
Price?
get
Transaction
list
Balances
list
Coins
list
Dynamic
Fields
list
Objects
list
Owned
Objects
mvr
resolve
Transaction
Plugin
simulate
Transaction
verify
Zk
Login
Signature
Properties
default
Name
Service
Name
defaultNameServiceName
:
(
options
:
DefaultNameServiceNameOptions
,
)
=>
Promise
<
DefaultNameServiceNameResponse
>
execute
Transaction
executeTransaction
:
<
Include
extends
TransactionInclude
=
{}
>
(
options
:
ExecuteTransactionOptions
<
Include
>
,
)
=>
Promise
<
ExecuteTransactionResponse
<
Include
>
>
get
Balance
getBalance
:
(
options
:
GetBalanceOptions
)
=>
Promise
<
GetBalanceResponse
>
get
Dynamic
Field
getDynamicField
:
(
options
:
GetDynamicFieldOptions
,
)
=>
Promise
<
GetDynamicFieldResponse
>
get
Move
Function
getMoveFunction
:
(
options
:
GetMoveFunctionOptions
,
)
=>
Promise
<
GetMoveFunctionResponse
>
Optional
get
Reference
Gas
Price
getReferenceGasPrice
?:
(
options
?:
GetReferenceGasPriceOptions
,
)
=>
Promise
<
GetReferenceGasPriceResponse
>
get
Transaction
getTransaction
:
<
Include
extends
TransactionInclude
=
{}
>
(
options
:
GetTransactionOptions
<
Include
>
,
)
=>
Promise
<
GetTransactionResponse
<
Include
>
>
list
Balances
listBalances
:
(
options
:
ListBalancesOptions
)
=>
Promise
<
ListBalancesResponse
>
list
Coins
listCoins
:
<
Include
extends
ObjectInclude
=
{}
>
(
options
:
ListCoinsOptions
<
Include
>
,
)
=>
Promise
<
ListCoinsResponse
<
Include
>
>
list
Dynamic
Fields
listDynamicFields
:
(
options
:
ListDynamicFieldsOptions
,
)
=>
Promise
<
ListDynamicFieldsResponse
>
list
Objects
listObjects
:
<
Include
extends
ObjectInclude
=
{}
>
(
options
:
ListObjectsOptions
<
Include
>
,
)
=>
Promise
<
ListObjectsResponse
<
Include
>
>
list
Owned
Objects
listOwnedObjects
:
<
Include
extends
ObjectInclude
=
{}
>
(
options
:
ListOwnedObjectsOptions
<
Include
>
,
)
=>
Promise
<
ListOwnedObjectsResponse
<
Include
>
>
mvr
mvr
:
MvrMethods
resolve
Transaction
Plugin
resolveTransactionPlugin
:
()
=>
TransactionPlugin
simulate
Transaction
simulateTransaction
:
<
Include
extends
TransactionInclude
=
{}
>
(
options
:
SimulateTransactionOptions
<
Include
>
,
)
=>
Promise
<
SimulateTransactionResponse
<
Include
>
>
verify
Zk
Login
Signature
verifyZkLoginSignature
:
(
options
:
VerifyZkLoginSignatureOptions
,
)
=>
Promise
<
ZkLoginVerifyResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
Name
Service
Name
execute
Transaction
get
Balance
get
Dynamic
Field
get
Move
Function
get
Reference
Gas
Price
get
Transaction
list
Balances
list
Coins
list
Dynamic
Fields
list
Objects
list
Owned
Objects
mvr
resolve
Transaction
Plugin
simulate
Transaction
verify
Zk
Login
Signature
Documentation
Loading...
Object methods