How to use the proverSearchCredentialsForProofReq function from bindings

Find comprehensive JavaScript bindings.proverSearchCredentialsForProofReq code examples handpicked from public code repositorys.

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) {
fork icon743
star icon2
watch icon3

+ 902 other calls in file

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)