status-im/status-go

View on GitHub
eth-node/types/subscribe.go

Summary

Maintainability
A
0 mins
Test Coverage
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
}