How to use the buildGetValidatorInfoRequest function from bindings
Find comprehensive JavaScript bindings.buildGetValidatorInfoRequest code examples handpicked from public code repositorys.
GitHub: spsingh559/indyCodeBase
424 425 426 427 428 429 430 431 432 433 434 435
return cb.promise } indy.buildGetValidatorInfoRequest = function buildGetValidatorInfoRequest (submitterDid, cb) { cb = wrapIndyCallback(cb, fromJson) capi.buildGetValidatorInfoRequest(submitterDid, cb) return cb.promise } indy.buildGetTxnRequest = function buildGetTxnRequest (submitterDid, ledgerType, data, cb) {
1
0
0
bindings.createKey is the most popular function in bindings (8616 examples)