How to use the buildNymRequest function from bindings

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

354
355
356
357
358
359
360
361
362
363
364
365
  return cb.promise
}


indy.buildNymRequest = function buildNymRequest (submitterDid, targetDid, verkey, alias, role, cb) {
  cb = wrapIndyCallback(cb, fromJson)
  capi.buildNymRequest(submitterDid, targetDid, verkey, alias, role, cb)
  return cb.promise
}


indy.buildAttribRequest = function buildAttribRequest (submitterDid, targetDid, hash, raw, enc, 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)