Versions in this module Expand all Collapse all v1 v1.17.0 Jul 9, 2021 Changes in this version + type Client struct + func New(channelProvider context.ChannelProvider, opts ...ClientOption) (*Client, error) + func (c *Client) RegisterBlockEvent(filter ...fab.BlockFilter) (fab.Registration, <-chan *fab.BlockEvent, error) + func (c *Client) RegisterChaincodeEvent(ccID, eventFilter string) (fab.Registration, <-chan *fab.CCEvent, error) + func (c *Client) RegisterFilteredBlockEvent() (fab.Registration, <-chan *fab.FilteredBlockEvent, error) + func (c *Client) RegisterTxStatusEvent(txID string) (fab.Registration, <-chan *fab.TxStatusEvent, error) + func (c *Client) Unregister(reg fab.Registration) + type ClientOption func(*Client) error + func WithBlockEvents() ClientOption + func WithBlockNum(from uint64) ClientOption + func WithSeekType(seek seek.Type) ClientOption v1.1.0-gm May 11, 2021