tuweni / org.apache.tuweni.ssz / SSZ / decodeUInt384

decodeUInt384

static fun decodeUInt384(source: Bytes!): UInt384! (source)

Read a 384-bit unsigned integer from the SSZ source.

Parameters

source - Bytes!: the SSZ encoded bytes

Exceptions

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