MCPcopy Create free account
hub / github.com/ethstorage/es-node / GetShardMiner

Method GetShardMiner

ethstorage/storage_manager.go:661–663  ·  view source on GitHub ↗
(shardIdx uint64)

Source from the content-addressed store, hash-verified

659}
660
661func (s *StorageManager) GetShardMiner(shardIdx uint64) (common.Address, bool) {
662 return s.shardManager.GetShardMiner(shardIdx)
663}
664
665func (s *StorageManager) GetShardEncodeType(shardIdx uint64) (uint64, bool) {
666 return s.shardManager.GetShardEncodeType(shardIdx)

Callers 1

getEncodingParamsMethod · 0.95

Calls 1

GetShardMinerMethod · 0.65

Tested by

no test coverage detected