feat: use bpf_loader2 as the default loader (#11457)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user