How to use the deletePoolLedgerConfig function from bindings

Find comprehensive JavaScript bindings.deletePoolLedgerConfig code examples handpicked from public code repositorys.

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) {
fork icon1
star icon0
watch icon0

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)