package
0.1.0
Repository: https://github.com/openblockchain/obc-peer.git
Documentation: pkg.go.dev

# 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.