Skip to content

Commit

Permalink
fix: add transaction instruction ctor to flow def (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored Jul 26, 2019
1 parent 85c2d98 commit af5a6bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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 af5a6bb

Please sign in to comment.