Posted on c/ElrondDevelopers 2 rar493349386c/ElrondDevelopers 2 years ago Is there a helper function to get in SC a BigUint value of EGLD balance. So if I want to have a const 0.05 EGLD, what would be the best way to do it? Comment 2 Comments ian8639380436 2years ago const ISSUE_COST: u64 = 50_000_000_000_000_000; mwf81318617 2years ago Not as far as I know, the use would also pretty niche as I think it just makes more sense to have that value in storage so you can later change it according to your needs.
const ISSUE_COST: u64 = 50_000_000_000_000_000;
Not as far as I know, the use would also pretty niche as I think it just makes more sense to have that value in storage so you can later change it according to your needs.