status-go/eth-node/types/filter.go

7 lines
100 B
Go
Raw Normal View History

package types
// Filter represents a Whisper message filter
type Filter interface {
2019-10-28 13:50:33 +00:00
ID() string
}