MCPcopy Create free account
hub / github.com/akash-network/node / leaseCompletionWindowForTier

Function leaseCompletionWindowForTier

x/verification/keeper/msg.go:1880–1882  ·  view source on GitHub ↗
(params vtypes.Params, tier vtypes.VerificationTier)

Source from the content-addressed store, hash-verified

1878}
1879
1880func leaseCompletionWindowForTier(params vtypes.Params, tier vtypes.VerificationTier) time.Duration {
1881 return cleanHistoryWindowForTier(params, tier)
1882}
1883
1884func renewalPeriodForTier(params vtypes.Params, tier vtypes.VerificationTier) time.Duration {
1885 switch tier {

Callers 1

Calls 1

Tested by

no test coverage detected