abstract class Object
  
    
  
    Overview
  
  Object is the base type of all Crystal objects.
  
    
  
    Defined in:
  
  
    
      
        utils/rlp.cr
      
    
    
  
  
    
  
    Class Method Summary
  
  
  
    
  
    Instance Method Summary
  
  
  
  
    
  
    Class Method Detail
  
  
    
      
        
        def self.
from_rlp(rlp : Bytes) : 
Tuple(
self, UInt32)
        
#
       
      
      
      
     
  
  
    
  
    Instance Method Detail
  
  
    
      
        
        def 
from_rlp(rlp : Bytes) : 
Tuple(
self, UInt32)
        
#