This commit is contained in:
aozhiwei 2023-07-22 20:52:38 +08:00
parent f17d42adee
commit fc752b8a39

View File

@ -37,6 +37,10 @@ class Transfer extends BaseEventProcess {
await this.markOk();
}
async apiMint() {
}
}
module.exports = Transfer;