-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.js
More file actions
15 lines (15 loc) · 843 Bytes
/
index.js
File metadata and controls
15 lines (15 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Generated by LiveScript 1.5.0
(function(){
var container, wallet, getContainer, getContainerList, sign, generateWallet, generateKeys, getAddressByIndex, getFullpairByIndex;
container = require('./container.js');
wallet = require('./wallet.js');
getContainer = container.getContainer, getContainerList = container.getContainerList, sign = container.sign;
generateWallet = wallet.generateWallet, generateKeys = wallet.generateKeys, getAddressByIndex = wallet.getAddressByIndex, getFullpairByIndex = wallet.getFullpairByIndex;
exports.getContainer = getContainer;
exports.generateWallet = generateWallet;
exports.getContainerList = getContainerList;
exports.getFullpairByIndex = getFullpairByIndex;
exports.generateKeys = generateKeys;
exports.getAddressByIndex = getAddressByIndex;
exports.sign = sign;
}).call(this);