Samuel Venzi

Results 3 comments of Samuel Venzi

@bestbeforetoday Sorry it took me this long to respond. I def like this approach. I see that this is now a draft, but I'll keep an eye to check it...

@SamYuan1990 No further comments. The change makes the operation scope clearer

Hi, you cannot send the hash `string` directly. You need to decode it into bytes representing the hexadecimal, cast it to `string` and send it. Something like this: ```java String...