Posted on c/ElrondDevelopers 1 guest8307620710c/ElrondDevelopers 3 years ago ok, so I can use this function to transform from u32 ro a ManagedBuffer, but how can I concatenate it with the rest of the message? Comment 1 Comments mwf81318617 3years ago You can either create a managed buffer from your string as well and concatenate them or you get the bytes from the buffer and concatenate that with the bytes from the string. Not sure which way areound will be cheaper
You can either create a managed buffer from your string as well and concatenate them or you get the bytes from the buffer and concatenate that with the bytes from the string. Not sure which way areound will be cheaper