Package | Description |
---|---|
org.hyperledger.fabric.sdk |
Modifier and Type | Method and Description |
---|---|
BlockchainInfo |
Channel.queryBlockchainInfo()
query this channel for chain information.
|
BlockchainInfo |
Channel.queryBlockchainInfo(Collection<Peer> peers,
User userContext)
query for chain information
|
BlockchainInfo |
Channel.queryBlockchainInfo(Peer peer)
query for chain information
This method may not be thread safe if client context is changed!
|
BlockchainInfo |
Channel.queryBlockchainInfo(Peer peer,
User userContext)
query for chain information
|
BlockchainInfo |
Channel.queryBlockchainInfo(User userContext)
query this channel for chain information.
|
Copyright © 2022. All rights reserved.