getCompDefAccAddress
getCompDefAccAddress(
mxeProgramId,compDefOffset):PublicKey
Derives the computation definition account address for a given MXE program ID and offset.
Parameters
| Parameter | Type | Description |
|---|---|---|
mxeProgramId | PublicKey | The public key of the MXE program. |
compDefOffset | number | The computation definition offset as a number. |
Returns
PublicKey
The derived computation definition account public key.