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