You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I use filecoin rpc method ChainGetMessage
params is:
{'id': 1,
'jsonrpc': '2.0',
'method': 'Filecoin.ChainGetMessage',
'params': [{"/": "bafy2bzacedm5koyxminoaargohum3dz53bi36k3wwqjlqkherbgjfqlpcwkz6"}]}
result is :
{'jsonrpc': '2.0', 'result': {'Version': 0, 'To': 'f0100033', 'From': 'f3qbk5hm6qax6czc6nz73gxylkqzjp3n5jhx5zj7th4kb7tjxudvzxni7dxeqka72lye5q5usyrfzsslxcsn2q', 'Nonce': 74, 'Value': '0', 'GasLimit': 12230193, 'GasFeeCap': '101061', 'GasPremium': '99933', 'Method': 16, 'Params': 'gUoAEENWGogpMAAA', 'CID': {'/': 'bafy2bzacedm5koyxminoaargohum3dz53bi36k3wwqjlqkherbgjfqlpcwkz6'}}, 'id': 1}
but filfox.info can show the Transactions info,
link: https://filfox.info/en/message/bafy2bzacedm5koyxminoaargohum3dz53bi36k3wwqjlqkherbgjfqlpcwkz6
so how can I get Message Transactions info by RPC
Beta Was this translation helpful? Give feedback.
All reactions