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

    Type Alias CompiledAddressLookupTable

    Defines an address lookup table that uses indexes to reference accounts.

    type CompiledAddressLookupTable = {
        publicKey: PublicKey;
        readonlyIndexes: number[];
        writableIndexes: number[];
    }
    Index

    Properties

    publicKey: PublicKey
    readonlyIndexes: number[]
    writableIndexes: number[]