fix(flow): add sendAndConfirmTransaction
This commit is contained in:
parent
bc097ec04b
commit
0510dbae6c
|
@ -177,4 +177,12 @@ declare module '@solana/web3.js' {
|
|||
programName: string,
|
||||
): Promise<PublicKey>;
|
||||
}
|
||||
|
||||
// === src/util/send-and-confirm-transaction.js ===
|
||||
declare export function sendAndConfirmTransaction(
|
||||
connection: Connection,
|
||||
from: Account,
|
||||
transaction: Transaction,
|
||||
runtimeErrorOk?: boolean,
|
||||
): Promise<void>;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue