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