@aptos-labs/ts-sdk - v5.1.4
Preparing search index...
getPageWithObfuscatedCursor
Function getPageWithObfuscatedCursor
getPageWithObfuscatedCursor
<
Req
extends
Record
<
string
,
any
>
,
Res
extends
{}
[]
>
(
options
:
GetAptosRequestOptions
,
)
:
Promise
<
{
cursor
:
undefined
|
string
;
response
:
AptosResponse
<
Req
,
Res
>
}
,
>
Type Parameters
Req
extends
Record
<
string
,
any
>
Res
extends
{}
[]
Parameters
options
:
GetAptosRequestOptions
Returns
Promise
<
{
cursor
:
undefined
|
string
;
response
:
AptosResponse
<
Req
,
Res
>
}
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@aptos-labs/ts-sdk - v5.1.4
Loading...