We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e36696 commit a5a9469Copy full SHA for a5a9469
src/helpers/index.ts
@@ -66,7 +66,8 @@ export function isRecoveryTransaction(
66
('tx' in value && !!value['tx']) ||
67
('transaction' in value && !!value['transaction']) ||
68
('txid' in value && !!value['txid']) ||
69
- ('serializedTx' in value && !!value['serializedTx'])
+ ('serializedTx' in value && !!value['serializedTx']) ||
70
+ ('tokenTxs' in value && !!value['tokenTxs'])
71
);
72
}
73
0 commit comments