fix: end of life native loader (#404)

This commit is contained in:
Justin Starry
2019-07-16 17:53:23 -04:00
committed by Michael Vines
parent 6f05930076
commit 2e3c5e7820
5 changed files with 1 additions and 114 deletions

View File

@ -306,16 +306,6 @@ declare module '@solana/web3.js' {
): Promise<PublicKey>;
}
// === src/native-loader.js ===
declare export class NativeLoader {
static programId: PublicKey;
static load(
connection: Connection,
payer: Account,
programName: string,
): Promise<PublicKey>;
}
// === src/util/send-and-confirm-transaction.js ===
declare export function sendAndConfirmTransaction(
connection: Connection,