feat: specify program account when using bpf loader
This commit is contained in:
committed by
Michael Vines
parent
56781f893e
commit
e6fb146809
1
web3.js/module.d.ts
vendored
1
web3.js/module.d.ts
vendored
@ -651,6 +651,7 @@ declare module '@solana/web3.js' {
|
||||
static load(
|
||||
connection: Connection,
|
||||
payer: Account,
|
||||
program: Account,
|
||||
elfBytes: Buffer | Uint8Array | Array<number>,
|
||||
): Promise<PublicKey>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user