Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/rpc-api
GetBlockTimeApi
Type Alias GetBlockTimeApi
GetBlockTimeApi
:
{
getBlockTime
(
blockNumber
:
bigint
)
:
UnixTimestamp
}
Type declaration
getBlockTime
:
function
getBlockTime
(
blockNumber
:
bigint
)
:
UnixTimestamp
Returns the estimated production time of a block.
Parameters
blockNumber
:
bigint
block number, identified by Slot
Returns
UnixTimestamp
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...
Returns the estimated production time of a block.