curl --request POST \
--url http://localhost:5935/reward{
"txHash": "0x...",
"status": "success"
}CLI HTTP endpoint to call the reward function and distribute LPT inflation rewards for the current round.
curl --request POST \
--url http://localhost:5935/reward{
"txHash": "0x...",
"status": "success"
}Was this page helpful?