We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070094f commit 878e1f8Copy full SHA for 878e1f8
examples/delegator_loyalty_rewards.py
@@ -1,4 +1,7 @@
1
-"""A script that sends loyalty rewards (based on certain rules) to a pool's delegators in one transaction"""
+"""A script that sends loyalty rewards (based on certain rules) to a pool's delegators in one transaction
2
+An example transaction generated by this script on mainnet:
3
+https://cardanoscan.io/transaction/c1b58dd4f2f4ee8656cc7962eefa8552877c4aa23d0699c02b885363d592a961
4
+"""
5
6
from blockfrost import BlockFrostApi, ApiUrls
7
0 commit comments