Type alias AddressLookupTableInput

AddressLookupTableInput: {
    addresses: PublicKey[];
    publicKey: PublicKey;
}

The required data to add an address lookup table to a transaction.

Type declaration

Generated using TypeDoc