Documentation ¶
Index ¶
- func Topology(sdk api2.SDK, commType fsc.P2PCommunicationType, ...) []api.Topology
- type Client
- func (c *Client) EventsView(chaincodeFunction string, eventName string) (interface{}, error)
- func (c *Client) MultipleEventsView(chaincodeFunctions []string, eventCount uint8) (interface{}, error)
- func (c *Client) MultipleListenersView(chaincodeFunction string, eventName string, listenerCount uint8) (interface{}, error)
- type ViewClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Topology ¶
func Topology(sdk api2.SDK, commType fsc.P2PCommunicationType, replicationOpts *integration.ReplicationOptions) []api.Topology
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) EventsView ¶
func (*Client) MultipleEventsView ¶
type ViewClient ¶
Click to show internal directories.
Click to hide internal directories.