@solana/web3.js
Preparing search index...
LoadedAddresses
Type Alias LoadedAddresses
Collection of addresses loaded by a transaction using address table lookups
type
LoadedAddresses
=
{
readonly
:
PublicKey
[]
;
writable
:
PublicKey
[]
;
}
Index
Properties
readonly
writable
Properties
readonly
readonly
:
PublicKey
[]
writable
writable
:
PublicKey
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
readonly
writable
@solana/web3.js
Loading...
Collection of addresses loaded by a transaction using address table lookups