Arcium LogoArcium TS SDK Docs

recoverMxe

recoverMxe(provider, mxeProgramId, confirmOptions?): Promise<string>

Sets an MXE to Recovery status, initiating the key recovery process.

Parameters

ParameterTypeDescription
providerAnchorProviderThe Anchor provider to use for transactions.
mxeProgramIdPublicKeyThe public key of the MXE program to recover.
confirmOptions?ConfirmOptions-

Returns

Promise<string>

The transaction signature.

On this page