Optional
lamports?: 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
program?: PublicKeyThe address of the program that should own the new account.
Defaults to the System Program.
Generated using TypeDoc
The space in bytes of the account to create.