Arcium LogoArcium TS SDK Docs

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

ParameterTypeDescription
providerAnchorProviderThe Anchor provider to use for transactions.
mxeProgramIdPublicKeyThe public key to use as the MXE program ID.

Returns

Promise<string>

The transaction signature.

On this page