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 a41448e commit 828a72cCopy full SHA for 828a72c
packages/wrapped-keys-lit-actions/src/lib/internal/ethereum/signTransaction.ts
@@ -6,6 +6,7 @@
6
import { ethers } from 'ethers';
7
8
// This is weird - ethers.UnsignedTransaction is not the same as the one being used here..
9
+// We should fix this soon, but not a hard blocker
10
export interface UnsignedTransaction {
11
toAddress: string;
12
chain: string;
0 commit comments