Documentation
Preparing search index...
@mysten/zksend
getSentTransactionsWithLinks
Function getSentTransactionsWithLinks
getSentTransactionsWithLinks
(
__namedParameters
:
{
address
:
string
;
claimApi
?:
string
;
client
?:
SuiClient
;
contract
?:
ZkBagContractOptions
;
cursor
?:
string
;
host
?:
string
;
limit
?:
number
;
loadClaimedAssets
?:
boolean
;
network
?:
"mainnet"
|
"testnet"
;
path
?:
string
;
}
,
)
:
Promise
<
{
data
:
{
links
:
ZkSendLink
[]
;
transaction
:
SuiTransactionBlockResponse
}
[]
;
hasNextPage
:
boolean
;
nextCursor
:
undefined
|
null
|
string
;
}
,
>
Parameters
__namedParameters
:
{
address
:
string
;
claimApi
?:
string
;
client
?:
SuiClient
;
contract
?:
ZkBagContractOptions
;
cursor
?:
string
;
host
?:
string
;
limit
?:
number
;
loadClaimedAssets
?:
boolean
;
network
?:
"mainnet"
|
"testnet"
;
path
?:
string
;
}
Returns
Promise
<
{
data
:
{
links
:
ZkSendLink
[]
;
transaction
:
SuiTransactionBlockResponse
}
[]
;
hasNextPage
:
boolean
;
nextCursor
:
undefined
|
null
|
string
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...