1
This commit is contained in:
parent
a98da690a7
commit
550cdee4b4
@ -46,7 +46,7 @@ class Activate721Nft extends BaseEventProcess {
|
|||||||
tokenId,
|
tokenId,
|
||||||
itemUniId,
|
itemUniId,
|
||||||
itemId);
|
itemId);
|
||||||
await gameapi.confirmTransactionDb(transId);
|
await this.confirmTransactionDb(transId);
|
||||||
}
|
}
|
||||||
|
|
||||||
async mintNft(transId, owner, tokenId, itemUniId, itemId) {
|
async mintNft(transId, owner, tokenId, itemUniId, itemId) {
|
||||||
|
@ -63,7 +63,7 @@ class BaseEventProcess {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getContractAddressByName(name) {
|
getContractAddressByName(name) {
|
||||||
return this.eventProc.getContractName(name);
|
return this.eventProc.getContractAddressByName(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
getReturnValues() {
|
getReturnValues() {
|
||||||
@ -205,6 +205,10 @@ class BaseEventProcess {
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async confirmTransactionDb(transId) {
|
||||||
|
this.throwError('not impl');
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = BaseEventProcess;
|
module.exports = BaseEventProcess;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user