Posted on c/ElrondDevelopers 1 T_t466998258c/ElrondDevelopers 3 years ago Quick question to the rust devs. How do you convert the transaction "value" field to EGLD? Comment 1 Comments mwf81318617 3years ago The value field contains all decimal places, so in case of egld you will have to divide it by 10 ^ 18 to get a human readable number :)
The value field contains all decimal places, so in case of egld you will have to divide it by 10 ^ 18 to get a human readable number :)