We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4e1aa commit bea6f9fCopy full SHA for bea6f9f
data/account/participationRegistry.go
@@ -36,6 +36,7 @@ import (
36
//msgp:ignore ParticipationID
37
type ParticipationID crypto.Digest
38
39
+// IsZero returns true if the ParticipationID is all zero bytes.
40
func (pid ParticipationID) IsZero() bool {
41
return (crypto.Digest(pid)).IsZero()
42
}
0 commit comments