Types
Contains shared types for properties.
File
Contains information for file uploads
Source code in eth_2_key_manager_api_client/types.py
20 21 22 23 24 25 26 27 28 29 30 |
|
to_tuple()
Return a tuple representation that httpx will accept for multipart/form-data
Source code in eth_2_key_manager_api_client/types.py
28 29 30 |
|
Response
Bases: Generic[T]
A response from an endpoint
Source code in eth_2_key_manager_api_client/types.py
36 37 38 39 40 41 42 43 |
|