Versions in this module Expand all Collapse all v0 v0.2.0 May 11, 2026 Changes in this version + type Block struct + AcctsLtHash *lthash.LtHash + BankHash [32]byte + BlockHeight uint64 + BlockReward *BlockRewardsInfo + Blockhash [32]byte + EahWorkaroundBankhash []byte + Entries []*TxEntry + Epoch uint64 + EpochAcctsHash []byte + EpochStakesPerVoteAcct map[solana.PublicKey]uint64 + EpochUpdatedAccts []*accounts.Account + ExpectedBankhash [32]byte + Features *features.Features + FeeRateGovernor *sealevel.FeeRateGovernor + FromLightbringer bool + HasEahWorkaround bool + InitialPreviousLamportsPerSignature uint64 + IsSkipped bool + LastBlockhash [32]byte + LatestEvictedBlockhash [32]byte + Leader solana.PublicKey + NumRewardPartitions uint64 + NumSignatures uint64 + ParentBankhash [32]byte + ParentEpochUpdatedAccts []*accounts.Account + ParentSlot uint64 + PrevFeeRateGovernor *sealevel.FeeRateGovernor + PrevNumSignatures uint64 + Rewards []rpc.BlockReward + Slot uint64 + SourceParentSlot uint64 + TotalEpochStake uint64 + Transactions []*solana.Transaction + TxMetas []*rpc.TransactionMeta + UnixTimestamp int64 + UpdatedAccts []solana.PublicKey + Versions []uint8 + VoteTimestamps map[solana.PublicKey]sealevel.BlockTimestamp + func FromBlockResult(blockResult *rpc.GetBlockResult, slot uint64, rpcc *rpcclient.RpcClient) *Block + func FromLaserStream(lsBlock *proto.SubscribeUpdateBlock, rpcc *rpcclient.RpcClient) *Block + func FromLightbringerStreamMsg(resp *overcast.SlotResponse) *Block + func (b *Block) FixupTxVersions() + type BlockRewardsInfo struct + Lamports uint64 + Leader solana.PublicKey + PostBalance uint64 + type TxEntry struct + Hash []byte + Indices []uint64 + NumHashes uint64 v0.1.0-alpha.1 Jan 15, 2026