How to use the buildGetTxnRequest function from bindings
Find comprehensive JavaScript bindings.buildGetTxnRequest code examples handpicked from public code repositorys.
GitHub: spsingh559/indyCodeBase
430 431 432 433 434 435 436 437 438 439 440 441
return cb.promise } indy.buildGetTxnRequest = function buildGetTxnRequest (submitterDid, ledgerType, data, cb) { cb = wrapIndyCallback(cb, fromJson) capi.buildGetTxnRequest(submitterDid, ledgerType, data, cb) return cb.promise } indy.buildPoolConfigRequest = function buildPoolConfigRequest (submitterDid, writes, force, cb) {
1
0
0
bindings.createKey is the most popular function in bindings (8616 examples)