|
|
@ -1,7 +1,10 @@ |
|
|
|
const ethUtil = require('ethereumjs-util') |
|
|
|
const ethUtil = require('ethereumjs-util') |
|
|
|
|
|
|
|
const Transaction = require('ethereumjs-tx') |
|
|
|
|
|
|
|
const configManager = require('./config-manager-singleton') |
|
|
|
|
|
|
|
|
|
|
|
module.exports = IdManagement |
|
|
|
module.exports = IdManagement |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function IdManagement(opts) { |
|
|
|
function IdManagement(opts) { |
|
|
|
if (!opts) opts = {} |
|
|
|
if (!opts) opts = {} |
|
|
|
|
|
|
|
|
|
|
|