solana_get_genesis_hash {cryptotrackr}R Documentation

solana_get_genesis_hash

Description

solana_get_genesis_hash

Usage

solana_get_genesis_hash(url, timeout_seconds = 60)

Arguments

url

the RPC url for your API call

timeout_seconds

seconds until the query times out. Default is 60.

Value

Returns the genesis hash

Examples


url <- "https://api.devnet.solana.com"
data <- solana_get_genesis_hash(url)

[Package cryptotrackr version 1.3.3 Index]