module SSZ::Serializable
Defined in:
ssz/hash_tree_root.crssz/serialization.cr
Constructors
Instance Method Summary
- #hash_tree_root : Bytes
- #ssz_basic? : Bool
- #ssz_encode(io : IO)
- #ssz_size : Int32
- #ssz_variable? : Bool
Constructor Detail
def self.new(*, __io_for_ssz_decoding io : IO, __size_for_ssz_decoding size : Int32 = 0)
#