AddressLookupTableProgram class
Address Lookup Table Program
Address Lookup Table Program
Properties
Methods
- 
  checkDeployed(Connection connection) → Future< void> 
- 
  Check that the program has been deployed to the cluster and is an executable program.
  inherited
- 
  createTransactionIntruction(Enum instruction, {required List< AccountMeta> keys, List<Iterable< data = const []}) → TransactionInstructionint> >
- 
  Creates a TransactionInstruction for the program instruction.inherited
- 
  encodeInstruction<T extends Enum> (T instruction) → Iterable< int> 
- 
  Encodes the program instruction.override
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Static Methods
- 
  close({required Pubkey address, required Pubkey authority, required Pubkey recipient}) → TransactionInstruction 
- 
  create({required ProgramAddress address, required Pubkey authority, required Pubkey payer, required BigInt recentSlot}) → TransactionInstruction 
- 
  deactivate({required Pubkey address, required Pubkey authority}) → TransactionInstruction 
- 
  extend({required Pubkey address, required Pubkey authority, required Pubkey payer, required List< Pubkey> addresses}) → TransactionInstruction
- 
  findAddressLookupTable(Pubkey authority, BigInt recentSlot) → ProgramAddress 
- 
  Derives a lookup table address from the authorityandrecentSlot.
- 
  freeze({required Pubkey address, required Pubkey authority}) → TransactionInstruction