Umi — API References - v1.3.0
Preparing search index...
umi
CompiledAddressLookupTable
Type Alias CompiledAddressLookupTable
Defines an address lookup table that uses indexes to reference accounts.
type
CompiledAddressLookupTable
=
{
publicKey
:
PublicKey
;
readonlyIndexes
:
number
[]
;
writableIndexes
:
number
[]
;
}
Index
Properties
public
Key
readonly
Indexes
writable
Indexes
Properties
Readonly
public
Key
publicKey
:
PublicKey
Readonly
readonly
Indexes
readonlyIndexes
:
number
[]
Readonly
writable
Indexes
writableIndexes
:
number
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
public
Key
readonly
Indexes
writable
Indexes
Umi — API References - v1.3.0
Loading...
Defines an address lookup table that uses indexes to reference accounts.