In a function that accepts esdt payments, if I call the SC api to check esdt balance will it consider the token just received or will it ignore it in case the transaction is reverted? For example if I have balance 0 and I have a payable function and receive 100, if I check the balance in the function will it be 0 or 100?
You will have 100