1.1.0

interface CreateAccountParams {
    from: never;
    lamports: bigint | Lamports;
    newAccount: never;
    programId: never;
    space: number;
}

Properties

from: never

Funding account (signer).

lamports: bigint | Lamports

Lamports to transfer to the new account.

newAccount: never

New account (signer).

programId: never

Program owner of the new account.

space: number

Space in bytes to allocate for account data.