How to use the setPairwiseMetadata function from bindings

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

594
595
596
597
598
599
600
601
602
603
604
605
  return cb.promise
}


indy.setPairwiseMetadata = function setPairwiseMetadata (wh, theirDid, metadata, cb) {
  cb = wrapIndyCallback(cb)
  capi.setPairwiseMetadata(wh, theirDid, metadata, cb)
  return cb.promise
}


indy.createPaymentAddress = function createPaymentAddress (wh, paymentMethod, config, 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)