package
0.38.0-preview.0
Repository: https://github.com/onflow/flow-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
NewAddressAllocator constructs a new statefull address allocator.
NewBlockHashList creates a block hash list It tries to load the metadata from the backend and if not exist it creates one.
NewBlockStore constructs a new block store.
NewContractHandler constructs a new ContractHandler.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
BlockHashList stores the last `capacity` number of block hashes Under the hood it breaks the list of hashes into smaller fixed size buckets to minimize the number of bytes read and written during set/get operations.
No description provided by the author
ContractHandler is responsible for triggering calls to emulator, metering, event emission and updating the block.