MessageAddressTableLookup class 
 
    
  
Message Address Table Lookup
    
      
        
  - Inheritance
- 
    
  
- Annotations
- 
    
        - @JsonSerializable.new(explicitToJson: true)
 
 
    
  
    
  
    Properties
    
        - 
  accountKey
  → Pubkey
  
- 
  A base-58 encoded public key for an address lookup table account.
  final 
- 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  readonlyIndexes
  → List<int>
  
- 
  A list of indices used to load addresses of readonly accounts from a lookup table.
  final 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
- 
  writableIndexes
  → List<int>
  
- 
  A List of indices used to load addresses of writable accounts from a lookup table.
  final 
 
    
  
    Methods
    
        - 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  toJson()
    → Map<String, dynamic>
  
  
- 
  Serialises thisclass into a JSON object.override 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited