fix: getConfirmedBlock result pattern fixup

This commit is contained in:
Tyera Eulberg
2019-11-26 01:34:42 -07:00
committed by Michael Vines
parent a461d5f25f
commit 2d5ace244a
2 changed files with 10 additions and 8 deletions

View File

@ -75,7 +75,9 @@ declare module '@solana/web3.js' {
blockhash: Blockhash,
previousBlockhash: Blockhash,
parentSlot: number,
transactions: Array<[Transaction, SignatureSuccess | TransactionError | null]>,
transactions: Array<
[Transaction, SignatureSuccess | TransactionError | null],
>,
};
declare export type KeyedAccountInfo = {