JsonParsedAddressLookupTableAccount
type JsonParsedAddressLookupTableAccount = RpcParsedInfo<{
addresses: readonly Address[];
authority?: Address;
deactivationSlot: StringifiedBigInt;
lastExtendedSlot: StringifiedBigInt;
lastExtendedSlotStartIndex: number;
}>;