status-go/waku/types/subscribe.go
2025-01-17 10:14:54 +01:00

12 lines
273 B
Go

package types
// SubscriptionOptions represents the parameters passed to Subscribe()
// to customize the subscription behavior.
type SubscriptionOptions struct {
PrivateKeyID string
SymKeyID string
PoW float64
PubsubTopic string
Topics [][]byte
}