fix: add transaction instruction ctor to flow def (#408)
This commit is contained in:
committed by
Michael Vines
parent
65e2f85871
commit
677c075ade
@ -198,6 +198,10 @@ declare module '@solana/web3.js' {
|
|||||||
keys: Array<{pubkey: PublicKey, isSigner: boolean, isDebitable: boolean}>;
|
keys: Array<{pubkey: PublicKey, isSigner: boolean, isDebitable: boolean}>;
|
||||||
programId: PublicKey;
|
programId: PublicKey;
|
||||||
data: Buffer;
|
data: Buffer;
|
||||||
|
|
||||||
|
constructor(
|
||||||
|
opts?: TransactionInstructionCtorFields,
|
||||||
|
): TransactionInstruction;
|
||||||
}
|
}
|
||||||
|
|
||||||
declare type SignaturePubkeyPair = {|
|
declare type SignaturePubkeyPair = {|
|
||||||
|
Reference in New Issue
Block a user