feat: use bpf_loader2 as the default loader (#11457)

This commit is contained in:
Jack May
2020-08-12 14:41:58 -07:00
committed by GitHub
parent 54137e3446
commit be03731379
2 changed files with 8 additions and 4 deletions

View File

@ -944,7 +944,7 @@ declare module '@solana/web3.js' {
// === src/bpf-loader.js ===
declare export class BpfLoader {
static programId: PublicKey;
static programId(version: ?number): PublicKey;
static getMinNumSignatures(dataLength: number): number;
static load(
connection: Connection,