Type alias CreateLookupTableParams

CreateLookupTableParams: {
    authority: PublicKey;
    payer: PublicKey;
    recentSlot: bigint | number;
}

Type declaration

  • authority: PublicKey

    Account used to derive and control the new address lookup table.

  • payer: PublicKey

    Account that will fund the new address lookup table.

  • recentSlot: bigint | number

    A recent slot must be used in the derivation path for each initialized table.

Generated using TypeDoc