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) #

[View source]

Instance Method Detail

def from_rlp(rlp : Bytes) : Tuple(self, UInt32) #

[View source]
def to_rlp : Bytes #

[View source]