Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to get the Sender reward from the transaction data #16

Open
sowna opened this issue May 17, 2023 · 0 comments
Open

Unable to get the Sender reward from the transaction data #16

sowna opened this issue May 17, 2023 · 0 comments

Comments

@sowna
Copy link

sowna commented May 17, 2023

Using Algorand2 SDK able to get the blockdata which contains all the signed transactions
example for block no. 17497913
Transaction “M2JNAHUX2D4M3ZRYGCR5OJOW2OMAQNIXMVDJOAXWRIDFWVX6LTIQ” below the result where SenderRewards is null which supposed to be 0.000003

image

node is returning the data
{
"hgi": true,
"rs": 3,
"sig": "198vb7uEZOuxz4/Ekq0r9xePGM0bKyVPzLgxDTKf6/C3gkCMeqLkNPs5SPrBKPkIW4MF8WLAKHlucUIs/ravDQ==",
"txn": {
"amt": 1000000,
"fee": 1000,
"fv": 17447910,
"lv": 17448910,
"rcv": "RIYGGW2PCDKFJ524NX4DLB6UGQRAV4H26FL76DCDTOQU44JD5UAEZ3DXXQ",
"snd": "76CYTDROPPGZ4LDSBQK5PPWM4HI5KSFVW3WJ4B2S4VFAAP75AOCOU2L4PA",
"type": "pay"
}
}
Please help me with this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant