Optional
program?: undefined | PublicKeyThe address of the program that should own the new account.
Defaults to the System Program.
Optional
lamports?: undefined | SolAmountThe initial balance of the account.
By default, this will be the minumum amount of lamports
required for the account to be rent-exempt.
i.e. it will be equal to await metaplex.rpc().getRent(space)
.
Optional
newThe new account as a Signer since it will be mutated on-chain.
Defaults to a new generated Keypair, i.e. Keypair.generate()
Optional
instructionA key to distinguish the instruction that creates the account.
Generated using TypeDoc
The space in bytes of the account to create.