How to use the buildGetNymRequest function from bindings

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

372
373
374
375
376
377
378
379
380
381
382
383
  return cb.promise
}


indy.buildGetNymRequest = function buildGetNymRequest (submitterDid, targetDid, cb) {
  cb = wrapIndyCallback(cb, fromJson)
  capi.buildGetNymRequest(submitterDid, targetDid, cb)
  return cb.promise
}


indy.buildSchemaRequest = function buildSchemaRequest (submitterDid, data, cb) {
fork icon1
star icon0
watch icon0

Other functions in bindings

Sorted by popularity

function icon

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