Umi — API References - v1.3.0
    Preparing search index...

    Type Alias AddressLookupTableInput

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

    type AddressLookupTableInput = {
        addresses: PublicKey[];
        publicKey: PublicKey;
    }
    Index

    Properties

    Properties

    addresses: PublicKey[]
    publicKey: PublicKey