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