# Functions
Start entry point for chaincodes bootstrap.
# Structs
ChaincodeStub for shim side handling.
Handler handler implementation for shim side of chaincode.
StateRangeQueryIterator allows a chaincode to iterate over a range of key/value pairs in the state.
# Interfaces
Chaincode is the standard chaincode callback interface that the chaincode developer needs to implement.
PeerChaincodeStream interface for stream between Peer and chaincode instance.