struct Fremkit::Net::Disc::V5::NodeID
- Fremkit::Net::Disc::V5::NodeID
- Struct
- Value
- Object
Defined in:
net/discv5/node_id.crConstant Summary
-
BitSize =
512
-
ByteSize =
ByteSize / 8
Constructors
Class Method Summary
Instance Method Summary
-
#to_s : String
Returns a nicely readable and concise string representation of this object, typically intended for users.
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
Class Method Detail
Instance Method Detail
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO)
which can be overridden for custom implementations.
Also see #inspect
.