mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
#162: remove secret store stuff, moved to own repo.
This commit is contained in:
parent
e4461e1be1
commit
8dd807599a
@ -1,22 +0,0 @@
|
||||
export default class ParityClient {
|
||||
constructor(url) {
|
||||
this.url = url
|
||||
this.web3 = null
|
||||
}
|
||||
|
||||
signDocumentKeyId() {
|
||||
return ''
|
||||
}
|
||||
|
||||
generateDocumentKeyFromKey() {
|
||||
return ''
|
||||
}
|
||||
|
||||
encryptDocument() {
|
||||
return ''
|
||||
}
|
||||
|
||||
decryptDocument() {
|
||||
return ''
|
||||
}
|
||||
}
|
@ -1,18 +0,0 @@
|
||||
export default class SecretStore {
|
||||
constructor(url, threshold) {
|
||||
this.url = url
|
||||
this.threshold = threshold | 1
|
||||
}
|
||||
|
||||
generateServerKey() {
|
||||
return ''
|
||||
}
|
||||
|
||||
storeDocumentKey() {
|
||||
return ''
|
||||
}
|
||||
|
||||
retrieveDocumentKey() {
|
||||
return ''
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user