fix: fix BpfLoader.programId ts type def

This commit is contained in:
Justin Starry 2020-08-13 11:33:37 +08:00 committed by Justin Starry
parent dfd829a2e2
commit 7dbd2d3519
1 changed files with 1 additions and 1 deletions

2
web3.js/module.d.ts vendored
View File

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