fix(system-program): add base pubkey to create_account_with_seed
This commit is contained in:
committed by
Michael Vines
parent
0907750fea
commit
e0e3094370
@ -223,6 +223,7 @@ declare module '@solana/web3.js' {
|
||||
static createAccountWithSeed(
|
||||
from: PublicKey,
|
||||
newAccount: PublicKey,
|
||||
base: PublicKey,
|
||||
seed: string,
|
||||
lamports: number,
|
||||
space: number,
|
||||
|
Reference in New Issue
Block a user