Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store is a simple in-memory store of blobs, for testing purposes
func (*Store) GetBlobsByHash ¶ added in v1.16.7
func (store *Store) GetBlobsByHash(ctx context.Context, time uint64, hashes []common.Hash) ([]*eth.Blob, error)
GetBlobsByHash returns a slice of blobs in the slot at the given timestamp, corresponding to the supplied versioned hashes. If the provided hashes is empty, all blobs in the store at the supplied timestamp are returned. Blobs are ordered by their index in the block.
Click to show internal directories.
Click to hide internal directories.