getCompDefAccAddress
getCompDefAccAddress(
mxeProgramId
,offset
):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. |
offset | number | The computation definition offset as a number. |
Returns
PublicKey
The derived computation definition account public key.