fix(system-program): add base pubkey to create_account_with_seed

This commit is contained in:
Rob Walker
2019-12-29 14:16:32 -08:00
committed by Michael Vines
parent 0907750fea
commit e0e3094370
4 changed files with 8 additions and 4 deletions

View File

@ -223,6 +223,7 @@ declare module '@solana/web3.js' {
static createAccountWithSeed(
from: PublicKey,
newAccount: PublicKey,
base: PublicKey,
seed: string,
lamports: number,
space: number,