From 075d2130da981bcdce86209c503071362ba38b9c Mon Sep 17 00:00:00 2001 From: angrybayblade Date: Tue, 13 Feb 2024 18:28:21 +0530 Subject: [PATCH] fix: API docs --- docs/api/plugins/aea_ledger_solana/solana.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/plugins/aea_ledger_solana/solana.md b/docs/api/plugins/aea_ledger_solana/solana.md index 0851217c3f..a5f82e6af2 100644 --- a/docs/api/plugins/aea_ledger_solana/solana.md +++ b/docs/api/plugins/aea_ledger_solana/solana.md @@ -313,6 +313,7 @@ Atomically send multiple of transactions. def get_transaction_receipt( tx_digest: str, max_supported_transaction_version: Optional[int] = None, + retries: Optional[int] = None, raise_on_try: bool = False) -> Optional[JSONLike] ``` @@ -322,6 +323,7 @@ Get the transaction receipt for a transaction digest. - `tx_digest`: the digest associated to the transaction. - `max_supported_transaction_version`: The max transaction version to return in responses. +- `retries`: The max amount of retries for fetching the receipt. - `raise_on_try`: whether the method will raise or log on error **Returns**: