Versions in this module Expand all Collapse all v0 v0.1.0 May 25, 2023 Changes in this version + type NonceService interface + Get func() (string, time.Time, error) + Initialize func() error + IsCrossNode func() bool + IsStrict func() bool + Redeem func(string) bool + Tidy func() *NonceStatus + func NewNonceService() NonceService + func NewNonceServiceWithValidity(validity time.Duration) NonceService + type NonceStatus struct + Issued uint64 + Message string + Outstanding uint64