How to use the proverSearchCredentialsForProofReq function from bindings
Find comprehensive JavaScript bindings.proverSearchCredentialsForProofReq code examples handpicked from public code repositorys.
GitHub: kdenhartog/indy-sdk
132 133 134 135 136 137 138 139 140 141
return cb.promise } indy.proverSearchCredentialsForProofReq = function proverSearchCredentialsForProofReq (wh, proofRequest, extraQuery, cb) { cb = wrapIndyCallback(cb) capi.proverSearchCredentialsForProofReq(wh, toJson(proofRequest), toJson(extraQuery), cb) return cb.promise } indy.proverFetchCredentialsForProofReq = function proverFetchCredentialsForProofReq (sh, itemReferent, count, cb) {
743
2
3
+ 902 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)