Skip to content

Commit

Permalink
Add document for proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonney committed Dec 12, 2024
1 parent 98712f3 commit 7d14c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/solana/rpc/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Client(_ClientCore): # pylint: disable=too-many-public-methods
commitment: Default bank state to query. It can be either "finalized", "confirmed" or "processed".
timeout: HTTP request timeout in seconds.
extra_headers: Extra headers to pass for HTTP request.
proxy: Proxy to pass for HTTP request.
"""

def __init__(
Expand Down
1 change: 1 addition & 0 deletions src/solana/rpc/async_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class AsyncClient(_ClientCore): # pylint: disable=too-many-public-methods
commitment: Default bank state to query. It can be either "finalized", "confirmed" or "processed".
timeout: HTTP request timeout in seconds.
extra_headers: Extra headers to pass for HTTP request.
proxy: Proxy to pass for HTTP request.
"""

def __init__(
Expand Down

0 comments on commit 7d14c53

Please sign in to comment.