gun rpc as a module
This commit is contained in:
parent
cc083e64f8
commit
b960a17855
1 changed files with 3 additions and 3 deletions
|
|
@ -6,16 +6,16 @@ const { makePromise, Constants, Schema } = require('shock-common')
|
|||
const mapValues = require('lodash/mapValues')
|
||||
const Bluebird = require('bluebird')
|
||||
|
||||
const { pubToEpub } = require('./contact-api/utils')
|
||||
const { pubToEpub } = require('../contact-api/utils')
|
||||
const {
|
||||
getGun,
|
||||
getUser,
|
||||
mySEA: SEA,
|
||||
getMySecret,
|
||||
$$__SHOCKWALLET__ENCRYPTED__
|
||||
} = require('./Mediator')
|
||||
} = require('../Mediator')
|
||||
/**
|
||||
* @typedef {import('./contact-api/SimpleGUN').ValidDataValue} ValidDataValue
|
||||
* @typedef {import('../contact-api/SimpleGUN').ValidDataValue} ValidDataValue
|
||||
*/
|
||||
|
||||
/**
|
||||
Loading…
Add table
Add a link
Reference in a new issue