How to use the buildPoolUpgradeRequest function from bindings
Find comprehensive JavaScript bindings.buildPoolUpgradeRequest code examples handpicked from public code repositorys.
GitHub: spsingh559/indyCodeBase
448 449 450 451 452 453 454 455 456 457 458 459
return cb.promise } indy.buildPoolUpgradeRequest = function buildPoolUpgradeRequest (submitterDid, name, version, action, sha256, timeout, schedule, justification, reinstall, force, package_, cb) { cb = wrapIndyCallback(cb, fromJson) capi.buildPoolUpgradeRequest(submitterDid, name, version, action, sha256, timeout, schedule, justification, reinstall, force, package_, cb) return cb.promise } indy.buildRevocRegDefRequest = function buildRevocRegDefRequest (submitterDid, data, cb) {
1
0
0
bindings.createKey is the most popular function in bindings (8616 examples)