class Fremkit::InvalidAddressFormatException

Defined in:

common/address.cr

Constructors

Instance methods inherited from class Object

from_rlp(rlp : Bytes) : Tuple(self, UInt32) from_rlp, to_rlp : Bytes to_rlp

Class methods inherited from class Object

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

Constructor Detail

def self.new(format : String, addr : Address) #

[View source]