This commit is contained in:
aozhiwei 2023-07-10 15:39:22 +08:00
parent 632a6a1936
commit 630666a140

View File

@ -87,6 +87,10 @@ class BaseEventProcess {
} }
} }
async add721NftRefresh(netId, contractAddress, contractName, tokenId) {
}
} }
module.exports = BaseEventProcess; module.exports = BaseEventProcess;