Skip to content

Commit

Permalink
fix: add transaction instruction ctor to flow def (solana-labs#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored and mvines committed Jun 15, 2020
1 parent 9afa4f5 commit cd2f6b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web3.js/module.flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ declare module '@solana/web3.js' {
keys: Array<{pubkey: PublicKey, isSigner: boolean, isDebitable: boolean}>;
programId: PublicKey;
data: Buffer;

constructor(
opts?: TransactionInstructionCtorFields,
): TransactionInstruction;
}

declare type SignaturePubkeyPair = {|
Expand Down

0 comments on commit cd2f6b0

Please sign in to comment.