Hello, I am using this ( WithdrawTransaction from Delegator )
Is there a way to know the amount of EGLD received from withdraw after this ?
If I use callback here.. can I know the amount of EGLD recevied ?
Hi @samuelson01!
This contract should have most of the resources you're looking for when interacting with a Rust SC & a System SC -> https://github.com/ElrondNetwork/sc-delegation-rs
Calling self.call_value().egld_value() in the callback should yield the amount you got
There should be the amount in the event log ?
Hi @samuelson01! This contract should have most of the resources you're looking for when interacting with a Rust SC & a System SC -> https://github.com/ElrondNetwork/sc-delegation-rs
cc @AndreiMarinica