In same cases, this error is generated by
const stateValue = await ctx.stub.getState(state);
when the state does not exist.
In other cases, it is becauseevaluateTransaction
is used instead of submitTransaction
when reading states
In same cases, this error is generated by
const stateValue = await ctx.stub.getState(state);
when the state does not exist.
In other cases, it is becauseevaluateTransaction
is used instead of submitTransaction
when reading states