This commit is contained in:
aozhiwei 2023-07-22 20:56:19 +08:00
parent fc752b8a39
commit eb682da7ff

View File

@ -19,11 +19,12 @@ class Transfer extends BaseEventProcess {
await this.mint721Nft(
to,
tokenId,
10,
airDropMeta['item_id'],
bcconst.BC_NFT_HERO,
this.getContractAddress(),
this.getBlockNumber()
);
await this.apiMint(airDropMeta);
}
}
@ -37,7 +38,7 @@ class Transfer extends BaseEventProcess {
await this.markOk();
}
async apiMint() {
async apiMint(airDropMeta) {
}