Module: Solace::Instructions::AddressLookupTableProgram

Defined in:
lib/solace/instructions/address_lookup_table_program/create_lookup_table_instruction.rb,
lib/solace/instructions/address_lookup_table_program/extend_lookup_table_instruction.rb

Overview

The AddressLookupTableProgram module contains instruction builders for the Address Lookup Table program.

Address lookup tables let a versioned (v0) transaction reference accounts by a compact table index instead of a full 32-byte key, so a single transaction can touch far more accounts than the legacy format allows.

Defined Under Namespace

Classes: CreateLookupTableInstruction, ExtendLookupTableInstruction