whisper: clean up and integrate topics

This commit is contained in:
Péter Szilágyi
2015-04-13 12:16:51 +03:00
parent 7b501906db
commit 9a53390f49
7 changed files with 85 additions and 43 deletions

View File

@ -5,6 +5,6 @@ import "crypto/ecdsa"
type Filter struct {
To *ecdsa.PublicKey
From *ecdsa.PublicKey
Topics [][]byte
Topics []Topic
Fn func(*Message)
}