GetBlockCommitmentApi

type GetBlockCommitmentApi = object;

Methods

getBlockCommitment()

getBlockCommitment(slot): GetBlockCommitmentApiResponse;

Returns the amount of cluster stake in Lamports that has voted on a particular block, as well as the stake attributed to each vote account.

Parameters

ParameterType
slotbigint

Returns

GetBlockCommitmentApiResponse

See

https://solana.com/docs/rpc/http/getblockcommitment

On this page