Skip to content

Commit 355c497

Browse files
committed
feat: add actualTokensBurned on the response
1 parent 1f11280 commit 355c497

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/contracts-sdk/src/lib/contracts-sdk.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2883,6 +2883,7 @@ https://developer.litprotocol.com/v3/sdk/wallets/auth-methods/#auth-method-scope
28832883
ownerAddress: string
28842884
): Promise<{
28852885
txHash: string;
2886+
actualTokensBurned: number;
28862887
}> => {
28872888
this.log('Pruning expired Capacity Credits NFTs...');
28882889

@@ -2955,6 +2956,7 @@ https://developer.litprotocol.com/v3/sdk/wallets/auth-methods/#auth-method-scope
29552956

29562957
return {
29572958
txHash,
2959+
actualTokensBurned,
29582960
};
29592961
} catch (e) {
29602962
throw new TransactionError(

0 commit comments

Comments
 (0)