impermax-sdk 2.1.476 → 2.1.477
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -224,6 +224,10 @@ class OnchainInteractionsNftlpGenericCL extends onchainInteractionsNftlp_1.defau
|
|
|
224
224
|
}
|
|
225
225
|
async claim(tokenId, onTransactionHash) {
|
|
226
226
|
const nftlp = this.getNftlp().getNftlp();
|
|
227
|
+
console.log("contract");
|
|
228
|
+
console.log(nftlp);
|
|
229
|
+
console.log(nftlp.methods);
|
|
230
|
+
console.log(tokenId, this.getAccountAddress());
|
|
227
231
|
return this.getLendingPool().send(nftlp.methods.claim(this.getAccountAddress(), tokenId), onTransactionHash);
|
|
228
232
|
}
|
|
229
233
|
}
|