Type alias CompiledAddressLookupTable
 
Compiled
Address
Lookup
Table
: {     publicKey
: PublicKey;     readonlyIndexes
: number[];     writableIndexes
: number[]; }
Type declaration
- 
ReadonlypublicKey: PublicKey
- 
ReadonlyreadonlyIndexes: number[]
- 
ReadonlywritableIndexes: number[]
  
 
 
Defines an address lookup table that uses indexes to reference accounts.