Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeedRelayer ¶
type FeedRelayer interface {
Feeds(ctx context.Context, network constant.Network, account common.Address, cursor *model.FeedCursor, limit uint64) ([]*model.Feed, error)
}
func NewFeedRelayer ¶
func NewFeedRelayer(rpcEndpoint []string) FeedRelayer
type FeedRelayerImpl ¶
type FeedRelayerImpl struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.