@solana/web3.js
Preparing search index...
ParsedAddressTableLookup
Type Alias ParsedAddressTableLookup
A parsed address table lookup
type
ParsedAddressTableLookup
=
{
accountKey
:
PublicKey
;
readonlyIndexes
:
number
[]
;
writableIndexes
:
number
[]
;
}
Index
Properties
account
Key
readonly
Indexes
writable
Indexes
Properties
account
Key
accountKey
:
PublicKey
Address lookup table account key
readonly
Indexes
readonlyIndexes
:
number
[]
Parsed instruction info
writable
Indexes
writableIndexes
:
number
[]
Parsed instruction info
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Key
readonly
Indexes
writable
Indexes
@solana/web3.js
Loading...
A parsed address table lookup