Chaincode input
Closed this issue · 0 comments
olegabu commented
Chaincode input consist of fcn
and args
, not fcn
, key
and value
the latter being valid for reference
chaincode only. Also args should be a text area not text input because args are commonly large json strings which should be clearly visible.