solana_get_block {cryptotrackr}R Documentation

solana_get_block

Description

solana_get_block

Usage

solana_get_block(url, slot, timeout_seconds = 60)

Arguments

url

the RPC url for your API call

slot

slot number, as u64 integer

timeout_seconds

seconds until the query times out. Default is 60.

Value

Returns identity and transaction information about a confirmed block in the ledger.

Examples


url <- "https://api.devnet.solana.com"
slot <- solana_get_slot(url)
data <- solana_get_block(url, slot)

[Package cryptotrackr version 1.3.3 Index]