Creates a new uninitialized Solana account.
const { newAccount } = await metaplex .system() .createAccount({ space: 100 }); // 100 bytes
Generated using TypeDoc
Creates a new uninitialized Solana account.