blockStore property

BlockStore get blockStore

Returns the underlying BlockStore.

Implementation

BlockStore get blockStore {
  return _container.get<BlockStore>();
}