Posted on c/ElrondDevelopers 1 Man290179269c/ElrondDevelopers 2 years ago Hi... does anyone knows if I can go from a string in the front to managedBuffer in the sc ? what kind of encoding shoul I do in this case ? Comment 1 Comments mwf81318617 2years ago You can just convert the string to hex and add that to your arguments. If you use TypedValues from erdjs you can use BytesValue.fromUtf8()
You can just convert the string to hex and add that to your arguments. If you use TypedValues from erdjs you can use BytesValue.fromUtf8()