open static fun rightPad(value: Bytes): Bytes32
Right 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 rightw-padded bytes of value.