# Packages
No description provided by the author
# Functions
LogLevel converts a case-insensitive string chosen from CRITICAL, ERROR, WARNING, NOTICE, INFO or DEBUG into an element of the LoggingLevel type.
NewLogger allows a Go language chaincode to create one or more logging objects whose logs will be formatted consistently with, and temporally interleaved with the logs created by the shim interface.
No description provided by the author
Constructor to initialise the internal State map.
SetLoggingLevel allows a Go language chaincode to set the logging level of its shim.
Start is the entry point for chaincodes bootstrap.
StartInProc is an entry point for system chaincodes bootstrap.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
These constants comprise the LoggingLevel enumeration.
These constants comprise the LoggingLevel enumeration.
These constants comprise the LoggingLevel enumeration.
These constants comprise the LoggingLevel enumeration.
These constants comprise the LoggingLevel enumeration.
These constants comprise the LoggingLevel enumeration.
# Variables
No description provided by the author
No description provided by the author
ErrTableNotFound if the specified table cannot be found.
# Structs
ChaincodeLogger is an abstraction of a logging object for use by chaincodes.
ChaincodeStub is an object passed to chaincode for shim side handling of APIs.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Handler handler implementation for shim side of chaincode.
No description provided by the author
MockStub is an implementation of ChaincodeStubInterface for unit testing chaincode.
No description provided by the author
StateRangeQueryIterator allows a chaincode to iterate over a range of key/value pairs in the state.
No description provided by the author
# Interfaces
Chaincode interface must be implemented by all chaincodes.
ChaincodeStubInterface is used by deployable chaincode apps to access and modify their ledgers.
PeerChaincodeStream interface for stream between Peer and chaincode instance.
StateRangeQueryIteratorInterface allows a chaincode to iterate over a range of key/value pairs in the state.
# Type aliases
No description provided by the author
LoggingLevel is an enumerated type of severity levels that control chaincode logging.