Versions in this module Expand all Collapse all v0 v0.7.1 Sep 14, 2022 v0.7.0 Jul 8, 2022 Changes in this version + type FixedPricer struct + func NewFixedPricer(overlay swarm.Address, poPrice uint64) *FixedPricer + func (pricer *FixedPricer) PeerPrice(peer, chunk swarm.Address) uint64 + func (pricer *FixedPricer) Price(chunk swarm.Address) uint64 + type Interface interface + PeerPrice func(peer, chunk swarm.Address) uint64 + Price func(chunk swarm.Address) uint64