How to use the buildNymRequest function from bindings
Find comprehensive JavaScript bindings.buildNymRequest code examples handpicked from public code repositorys.
GitHub: spsingh559/indyCodeBase
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) {
1
0
0
bindings.createKey is the most popular function in bindings (8616 examples)