open static fun leftPad(value: Bytes): Bytes48
Left pad a Bytes value with zero bytes to create a Bytes48.
value - The bytes value pad.
value
IllegalArgumentException - if value.size() > 48.
IllegalArgumentException
value.size() > 48
Return A Bytes48 that exposes the left-padded bytes of value.