How to use the proverCreateMasterSecret function from bindings
Find comprehensive JavaScript bindings.proverCreateMasterSecret code examples handpicked from public code repositorys.
GitHub: yisheng/indy-sdk
98 99 100 101 102 103 104 105 106 107
return cb.promise } indy.proverCreateMasterSecret = function proverCreateMasterSecret (wh, masterSecretId, cb) { cb = wrapIndyCallback(cb) capi.proverCreateMasterSecret(wh, masterSecretId, cb) return cb.promise } indy.proverCreateCredentialReq = function proverCreateCredentialReq (wh, proverDid, credOffer, credDef, masterSecretId, cb) {
743
2
3
+ 902 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)