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 c8f713f commit fa8afaeCopy full SHA for fa8afae
wallets/vultisig-extension/src/extension/types.ts
@@ -48,4 +48,9 @@ export interface Vultisig {
48
signer: string,
49
data: string | Uint8Array
50
): Promise<StdSignature>;
51
+ sendTx(
52
+ chainId: string,
53
+ tx: Uint8Array,
54
+ mode: BroadcastMode
55
+ ): Promise<Uint8Array>;
56
}
0 commit comments