Versions in this module Expand all Collapse all v1 v1.4.10 Dec 9, 2020 Changes in this version + type BTLPolicy interface + GetBTL func(ns string, coll string) (uint64, error) + GetExpiringBlock func(namesapce string, collection string, committingBlock uint64) (uint64, error) + func ConstructBTLPolicy(collInfoProvider collectionInfoProvider) BTLPolicy + type LSCCBasedBTLPolicy struct + func (p *LSCCBasedBTLPolicy) GetBTL(namesapce string, collection string) (uint64, error) + func (p *LSCCBasedBTLPolicy) GetExpiringBlock(namesapce string, collection string, committingBlock uint64) (uint64, error)