You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of FAB-1055. Chaincode query interface will not be used in v1.0.
It will be removed by several step. This commit change old "Query"
function in go examples to "Invoke".
Change-Id: Ic00828b8cd1b8a7e7dfb12df2e3be727ff5c4e17
Signed-off-by: jiangyaoguo <[email protected]>
isOk, _:=stub.VerifyAttribute("position", []byte("Software Engineer")) // Here the ABAC API is called to verify the attribute, just if the value is verified the counter will be incremented.
0 commit comments