getArxAccPDA
getArxAccPDA(
arciumProgramID
,nodeOffset
):PublicKey
Returns the PDA (program-derived address) for an ArxNode account given the program ID and node offset.
Parameters
Parameter | Type | Description |
---|---|---|
arciumProgramID | PublicKey | The public key of the Arcium program. |
nodeOffset | number | The offset of the node. |
Returns
PublicKey
The PDA for the ArxNode account.