getSolDecoder

function getSolDecoder(): FixedSizeDecoder<Sol, 8>;

Returns a decoder that reads 8 bytes in little-endian order into a Sol value.

Returns

FixedSizeDecoder<Sol, 8>

See

On this page