@arcium-hq/clientFunctions
getLookupTableAddress
getLookupTableAddress(
mxeProgramId,lutOffset):PublicKey
Derives the address lookup table address for an MXE program.
Parameters
| Parameter | Type | Description |
|---|---|---|
mxeProgramId | PublicKey | The public key of the MXE program. |
lutOffset | BN | The index of the lookup table, to be fetched from the mxe account. |
Returns
PublicKey
The derived address lookup table public key.