How to use the setPairwiseMetadata function from bindings
Find comprehensive JavaScript bindings.setPairwiseMetadata code examples handpicked from public code repositorys.
GitHub: spsingh559/indyCodeBase
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) {
1
0
0
bindings.createKey is the most popular function in bindings (8616 examples)