Skip to content

Commit

Permalink
fix: API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Feb 13, 2024
1 parent 9fa1f5c commit 075d213
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api/plugins/aea_ledger_solana/solana.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```

Expand All @@ -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**:
Expand Down

0 comments on commit 075d213

Please sign in to comment.