abstract fun readUInt256(): UInt256!
Read a UInt256 from the SSZ source.
UInt256
InvalidSSZTypeException - If there are insufficient encoded bytes for a 256-bit int.
InvalidSSZTypeException
EndOfSSZException - If there are no more SSZ values to read.
EndOfSSZException
Return UInt256!: A UInt256.