@arcium-hq/clientFunctions
getRawCircuitAccAddress
getRawCircuitAccAddress(
compDefPubkey,rawCircuitIndex):PublicKey
Derive the raw circuit account address for a given computation definition and index.
Parameters
| Parameter | Type | Description |
|---|---|---|
compDefPubkey | PublicKey | Public key of the computation definition account. |
rawCircuitIndex | number | Index of the raw circuit account (0-based). |
Returns
PublicKey
Derived raw circuit account public key.