Function createAccountWithSeedInstruction
- createAccountWithSeedInstruction(
neonEvmProgram: PublicKey,
operator: PublicKey,
holderAccount: PublicKey,
seed: string,
space: number,
lamports?: number,
): TransactionInstruction Parameters
- neonEvmProgram: PublicKey
- operator: PublicKey
- holderAccount: PublicKey
- seed: string
- space: number
- lamports: number = 0
Returns TransactionInstruction
Generate a transaction instruction that creates a new account at an address generated with from, a seed, and programId