Documentation ¶
Overview ¶
Client is used by watchers to stream chain IPLD data from a vulcanizedb ipld-eth-server
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is used to subscribe to the ipld-eth-server ipld data stream
func (*Client) Stream ¶
func (c *Client) Stream(payloadChan chan serve.SubscriptionPayload, params eth.SubscriptionSettings) (*rpc.ClientSubscription, error)
Stream is the main loop for subscribing to iplds from an ipld-eth-server server
Click to show internal directories.
Click to hide internal directories.