Umi — API References - v1.3.0
    Preparing search index...

    Type Alias TransactionMetaLoadedAddresses

    The collection of addresses loaded using address lookup tables.

    type TransactionMetaLoadedAddresses = {
        readonly: PublicKey[];
        writable: PublicKey[];
    }
    Index

    Properties

    Properties

    readonly: PublicKey[]
    writable: PublicKey[]