1
This commit is contained in:
parent
d91f41f746
commit
96df7903ab
@ -241,6 +241,10 @@ function getAllTables() {
|
||||
return tables;
|
||||
}
|
||||
|
||||
function getAirDrop(tokenId) {
|
||||
|
||||
}
|
||||
|
||||
exports.init = init;
|
||||
|
||||
exports.getMetaByKey = getMetaByKey;
|
||||
@ -253,3 +257,4 @@ exports.getContractsConf = getContractsConf;
|
||||
exports.getNetList = getNetList;
|
||||
exports.getNetDir = getNetDir;
|
||||
exports.getAllTables = getAllTables;
|
||||
exports.getAirDrop = getAirDrop;
|
||||
|
Loading…
x
Reference in New Issue
Block a user