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