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 69f9ec3 commit f20570fCopy full SHA for f20570f
src/helpers/index.ts
@@ -66,6 +66,7 @@ export function isRecoveryTransaction(
66
) {
67
return (
68
('txHex' in value && !!value['txHex']) ||
69
+ ('txBase64' in value && !!value['txBase64']) ||
70
('transactionHex' in value && !!value['transactionHex']) ||
71
('tx' in value && !!value['tx']) ||
72
('transaction' in value && !!value['transaction']) ||
0 commit comments