@arcium-hq/clientFunctions
getArciumSignerAccAddress
getArciumSignerAccAddress(
mxeProgramId):PublicKey
Derive the Arcium signer account address used by an MXE program when invoking the Arcium
program. Unlike most other helpers in this module, this PDA is derived under the MXE
program ID (the caller), not the Arcium program ID - Arcium verifies the seed via
seeds::program = _mxe_program.
Parameters
| Parameter | Type | Description |
|---|---|---|
mxeProgramId | PublicKey | Public key of the MXE program that owns the signer PDA. |
Returns
PublicKey
Derived Arcium signer account public key.