initMxePart1
initMxePart1(
provider,mxeProgramId):Promise<string>
Initializes an MXE (part 1). Due to Solana's 10KB per-instruction allocation limit, this only partially allocates recovery_cluster_acc. Call initMxePart2 afterwards to finish allocation and add keygen to mempool.
Parameters
| Parameter | Type | Description |
|---|---|---|
provider | AnchorProvider | The Anchor provider to use for transactions. |
mxeProgramId | PublicKey | The public key to use as the MXE program ID. |
Returns
Promise<string>
The transaction signature.