# Functions
AddHandler adds debug handlers to router, allows to add more middleware for example for access control.
DelStateByPrefixes deletes from state entries with matching key prefix.
InvokeStateClean delete entries from state, prefix []string contains key prefixes or whole key.
QueryStateGet router handler delete state entry by key ([]string).
InvokeValueByKeyPut router handler puts value in chaincode state with composite key, created with key parts ([]string).
QueryKeysList router handler returns string slice with keys by prefix (object type).
QueryStateGet router handler returns state entry by key ([]string).
# 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
# Variables
KeyParam parameter for get, put, delete data from state.
PrefixParam parameter for key, value lists.
ValueParam parameter for putting value in state.