Skip to content

Commit

Permalink
fix: mempool_address link
Browse files Browse the repository at this point in the history
  • Loading branch information
slowbackspace committed Nov 8, 2023
1 parent a464110 commit 5fecac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockfrost/api/cardano/mempool.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def mempool_address(self, address: str, **kwargs):
Obtains list of mempool transactions where at least one of the transaction inputs or outputs belongs to the address (paginated).
Shows only transactions submitted via Blockfrost.io.
https://docs.blockfrost.io/#tag/Cardano-Mempool/paths/~1mempool~1addresses~1%7Baddress%7D/ge
https://docs.blockfrost.io/#tag/Cardano-Mempool/paths/~1mempool~1addresses~1%7Baddress%7D/get
:param address: Bech32 address.
:type address: str
Expand Down

0 comments on commit 5fecac7

Please sign in to comment.