Arcium LogoArcium TS SDK Docs

getRawCircuitAccAddress

getRawCircuitAccAddress(compDefPubkey, rawCircuitIndex): PublicKey

Derives the raw circuit account address for a given computation definition and index.

Parameters

ParameterTypeDescription
compDefPubkeyPublicKeyThe public key of the computation definition account.
rawCircuitIndexnumberThe index of the raw circuit account (0-based).

Returns

PublicKey

The derived raw circuit account public key.

On this page