Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/sysvars
fetchSysvarClock
Function fetchSysvarClock
fetchSysvarClock
(
rpc
:
Rpc
<
GetAccountInfoApi
>
,
config
?:
FetchAccountConfig
,
)
:
Promise
<
SysvarClock
>
Fetch the
Clock
sysvar.
Information about the network’s clock, ticks, slots, etc.
Parameters
rpc
:
Rpc
<
GetAccountInfoApi
>
Optional
config
:
FetchAccountConfig
Returns
Promise
<
SysvarClock
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...
Fetch the
Clocksysvar.Information about the network’s clock, ticks, slots, etc.