Posted on c/ElrondDevelopers 1 Nir8870153227c/ElrondDevelopers 3 years ago Thanks for your replay, if I want to change the use of EGDL as a means of payment and put an ESDT token, i change only #[payable("EGLD")] ? Comment 1 Comments mwf81318617 3years ago you would specify #[payable("*")] And then check for the right token in the method :)
you would specify #[payable("*")] And then check for the right token in the method :)