How to use the deletePoolLedgerConfig function from bindings
Find comprehensive JavaScript bindings.deletePoolLedgerConfig code examples handpicked from public code repositorys.
GitHub: spsingh559/indyCodeBase
724 725 726 727 728 729 730 731 732 733 734 735
return cb.promise } indy.deletePoolLedgerConfig = function deletePoolLedgerConfig (configName, cb) { cb = wrapIndyCallback(cb) capi.deletePoolLedgerConfig(configName, cb) return cb.promise } indy.setProtocolVersion = function setProtocolVersion (protocolVersion, cb) {
1
0
0
bindings.createKey is the most popular function in bindings (8616 examples)