1 guest8307620710c/ElrondDevelopers 3years 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?
2 guest8307620710c/ElrondDevelopers 3years ago Hello, I want to send a message along the prize to a user, is there a way to concatenate a string with a value? I tried it like this but it doesnt work: self.send().direct_egld( &winner_address, &prize, (b"You won the lottery with ID: {}! Congratulati... Read more