# Functions
AddHandler adds debug handlers to router, allows to add more middleware for example for access control.
DeleteStateByPrefixes deletes from state entries with matching key prefix raw function, do not use State wrappers, like encryption.
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).
No description provided by the author
NewDebugStateServiceGateway creates gateway to access chaincode method via chaincode service.
No description provided by the author
No description provided by the author
QueryKeysList router handler returns string slice with keys by prefix (object type).
QueryStateGet router handler returns state entry by key ([]string).
RegisterDebugStateServiceChaincode registers service methods as chaincode router handlers.
RegisterDebugStateServiceHandler registers the http handlers for service DebugStateService to "mux".
RegisterDebugStateServiceHandlerClient registers the http handlers for service DebugStateService to "mux".
RegisterDebugStateServiceHandlerFromEndpoint is same as RegisterDebugStateServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterDebugStateServiceHandlerServer registers the http handlers for service DebugStateService to "mux".
No description provided by the author
No description provided by the author
# Constants
DebugStateServiceChaincode method names.
DebugStateServiceChaincode method names.
DebugStateServiceChaincode method names.
DebugStateServiceChaincode method names.
DebugStateServiceChaincode method names.
DebugStateServiceChaincodeMethodPrefix allows to use multiple services with same method names in one chaincode.
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
go:embed debug_state.swagger.json.
No description provided by the author
KeyParam parameter for get, put, delete data from state.
PrefixesParams parameter.
PrefixParam parameter.
ValueParam parameter for putting value in state.
# Structs
State key.
State keys.
gateway implementation gateway can be used as kind of SDK, GRPC or REST server ( via grpc-gateway or clay ).
State key prefix.
No description provided by the author
State key prefix match count.
No description provided by the author
UnimplementedDebugStateServiceServer can be embedded to have forward compatible implementations.
State value.
# Interfaces
DebugStateServiceChaincode chaincode methods interface.
DebugStateServiceClient is the client API for DebugStateService service.
DebugStateServiceServer is the server API for DebugStateService service.
# Type aliases
No description provided by the author