Arcium LogoArcium TS SDK Docs
@arcium-hq/readerType aliases

MXEAccount

MXEAccount = ArciumTypes["mxeAccount"]

MXE (Multi-party eXecution Environment) account data structure.

Type Structure

{
  authority: PublicKey | null;
  bump: number;
  cluster: number;
  computationDefinitions: number[];
  fallbackClusters: number[];
  x25519Pubkey: {
    Set: number[];
  } | {
    Unset: [number[], boolean[]];
  };
}

Note: BN is the Anchor's BigNumber type.

On this page