// DelState removes the specified `key` and its value from the ledger.
func(stub*ChaincodeStub)DelState(keystring)error{
returnhandler.handleDelState(key,stub.UUID)
returnstub.handler.handleDelState(key,stub.UUID)
}
//ReadCertAttribute is used to read an specific attribute from the transaction certificate, *attributeName* is passed as input parameter to this function.
...
...
@@ -338,11 +337,11 @@ type StateRangeQueryIterator struct {
// between the startKey and endKey, inclusive. The order in which keys are