We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9afa4f5 commit cd2f6b0Copy full SHA for cd2f6b0
web3.js/module.flow.js
@@ -198,6 +198,10 @@ declare module '@solana/web3.js' {
198
keys: Array<{pubkey: PublicKey, isSigner: boolean, isDebitable: boolean}>;
199
programId: PublicKey;
200
data: Buffer;
201
+
202
+ constructor(
203
+ opts?: TransactionInstructionCtorFields,
204
+ ): TransactionInstruction;
205
}
206
207
declare type SignaturePubkeyPair = {|
0 commit comments