Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelPeer ¶
type ChannelPeer interface { fabApi.Peer // ChannelID returns the channel ID ChannelID() string // BlockHeight returns the block height of the peer // for the current channel. BlockHeight() uint64 // GetBlockHeight returns the block height of the peer for // the given channel. Returns 0 if the peer is not joined // to the channel or if the info is not available. GetBlockHeight(channelID string) uint64 }
ChannelPeer extends Peer and adds channel-specific information
Directories ¶
Path | Synopsis |
---|---|
Package membership is a generated protocol buffer package.
|
Package membership is a generated protocol buffer package. |
Click to show internal directories.
Click to hide internal directories.