Skip to content

Commit

Permalink
deploy: d8264a0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-agarwal-coinbase committed Nov 7, 2024
1 parent 699d9de commit f94666c
Show file tree
Hide file tree
Showing 15 changed files with 719 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 489474b0ff02fc5126f860f07f8602de
config: c659cab79c57bf21881a38c0f0a2ba9e
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 2 additions & 2 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>CDP Python SDK &#8212; CDP SDK 0.10.1 documentation</title>
<title>CDP Python SDK &#8212; CDP SDK 0.10.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=d1102ebc" />
<link rel="stylesheet" type="text/css" href="_static/basic.css?v=c058f7c8" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=27fed22d" />
<script src="_static/documentation_options.js?v=261ea15a"></script>
<script src="_static/documentation_options.js?v=11e62b30"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="genindex.html" />
Expand Down
8 changes: 8 additions & 0 deletions _sources/cdp.client.api.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ cdp.client.api.fund\_api module
:undoc-members:
:show-inheritance:

cdp.client.api.mpc\_wallet\_stake\_api module
---------------------------------------------

.. automodule:: cdp.client.api.mpc_wallet_stake_api
:members:
:undoc-members:
:show-inheritance:

cdp.client.api.networks\_api module
-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '0.10.1',
VERSION: '0.10.2',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
570 changes: 568 additions & 2 deletions cdp.client.api.html

Large diffs are not rendered by default.

27 changes: 24 additions & 3 deletions cdp.client.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>cdp.client package &#8212; CDP SDK 0.10.1 documentation</title>
<title>cdp.client package &#8212; CDP SDK 0.10.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=d1102ebc" />
<link rel="stylesheet" type="text/css" href="_static/basic.css?v=c058f7c8" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=27fed22d" />
<script src="_static/documentation_options.js?v=261ea15a"></script>
<script src="_static/documentation_options.js?v=11e62b30"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="genindex.html" />
Expand Down Expand Up @@ -155,6 +155,21 @@ <h2>Subpackages<a class="headerlink" href="#subpackages" title="Link to this hea
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="cdp.client.api.html#module-cdp.client.api.mpc_wallet_stake_api">cdp.client.api.mpc_wallet_stake_api module</a><ul>
<li class="toctree-l3"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.mpc_wallet_stake_api.MPCWalletStakeApi"><code class="docutils literal notranslate"><span class="pre">MPCWalletStakeApi</span></code></a><ul>
<li class="toctree-l4"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.mpc_wallet_stake_api.MPCWalletStakeApi.broadcast_staking_operation"><code class="docutils literal notranslate"><span class="pre">MPCWalletStakeApi.broadcast_staking_operation()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.mpc_wallet_stake_api.MPCWalletStakeApi.broadcast_staking_operation_with_http_info"><code class="docutils literal notranslate"><span class="pre">MPCWalletStakeApi.broadcast_staking_operation_with_http_info()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.mpc_wallet_stake_api.MPCWalletStakeApi.broadcast_staking_operation_without_preload_content"><code class="docutils literal notranslate"><span class="pre">MPCWalletStakeApi.broadcast_staking_operation_without_preload_content()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.mpc_wallet_stake_api.MPCWalletStakeApi.create_staking_operation"><code class="docutils literal notranslate"><span class="pre">MPCWalletStakeApi.create_staking_operation()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.mpc_wallet_stake_api.MPCWalletStakeApi.create_staking_operation_with_http_info"><code class="docutils literal notranslate"><span class="pre">MPCWalletStakeApi.create_staking_operation_with_http_info()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.mpc_wallet_stake_api.MPCWalletStakeApi.create_staking_operation_without_preload_content"><code class="docutils literal notranslate"><span class="pre">MPCWalletStakeApi.create_staking_operation_without_preload_content()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.mpc_wallet_stake_api.MPCWalletStakeApi.get_staking_operation"><code class="docutils literal notranslate"><span class="pre">MPCWalletStakeApi.get_staking_operation()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.mpc_wallet_stake_api.MPCWalletStakeApi.get_staking_operation_with_http_info"><code class="docutils literal notranslate"><span class="pre">MPCWalletStakeApi.get_staking_operation_with_http_info()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.mpc_wallet_stake_api.MPCWalletStakeApi.get_staking_operation_without_preload_content"><code class="docutils literal notranslate"><span class="pre">MPCWalletStakeApi.get_staking_operation_without_preload_content()</span></code></a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="cdp.client.api.html#module-cdp.client.api.networks_api">cdp.client.api.networks_api module</a><ul>
<li class="toctree-l3"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.networks_api.NetworksApi"><code class="docutils literal notranslate"><span class="pre">NetworksApi</span></code></a><ul>
<li class="toctree-l4"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.networks_api.NetworksApi.get_network"><code class="docutils literal notranslate"><span class="pre">NetworksApi.get_network()</span></code></a></li>
Expand Down Expand Up @@ -235,6 +250,12 @@ <h2>Subpackages<a class="headerlink" href="#subpackages" title="Link to this hea
<li class="toctree-l4"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.stake_api.StakeApi.get_staking_context"><code class="docutils literal notranslate"><span class="pre">StakeApi.get_staking_context()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.stake_api.StakeApi.get_staking_context_with_http_info"><code class="docutils literal notranslate"><span class="pre">StakeApi.get_staking_context_with_http_info()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.stake_api.StakeApi.get_staking_context_without_preload_content"><code class="docutils literal notranslate"><span class="pre">StakeApi.get_staking_context_without_preload_content()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.stake_api.StakeApi.get_validator"><code class="docutils literal notranslate"><span class="pre">StakeApi.get_validator()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.stake_api.StakeApi.get_validator_with_http_info"><code class="docutils literal notranslate"><span class="pre">StakeApi.get_validator_with_http_info()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.stake_api.StakeApi.get_validator_without_preload_content"><code class="docutils literal notranslate"><span class="pre">StakeApi.get_validator_without_preload_content()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.stake_api.StakeApi.list_validators"><code class="docutils literal notranslate"><span class="pre">StakeApi.list_validators()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.stake_api.StakeApi.list_validators_with_http_info"><code class="docutils literal notranslate"><span class="pre">StakeApi.list_validators_with_http_info()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="cdp.client.api.html#cdp.client.api.stake_api.StakeApi.list_validators_without_preload_content"><code class="docutils literal notranslate"><span class="pre">StakeApi.list_validators_without_preload_content()</span></code></a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -2609,7 +2630,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
<dd><p>Builds form parameters.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><p><strong>files</strong> (<span class="sphinx_autodoc_typehints-type"><code class="xref py py-class docutils literal notranslate"><span class="pre">Dict</span></code>[<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>, <code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code>[<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">bytes</span></code>]]</span>) – File parameters.</p>
<dd class="field-odd"><p><strong>files</strong> (<span class="sphinx_autodoc_typehints-type"><code class="xref py py-class docutils literal notranslate"><span class="pre">Dict</span></code>[<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>, <code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code>[<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">bytes</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">List</span></code>[<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>], <code class="xref py py-class docutils literal notranslate"><span class="pre">List</span></code>[<code class="xref py py-class docutils literal notranslate"><span class="pre">bytes</span></code>], <code class="xref py py-data docutils literal notranslate"><span class="pre">Tuple</span></code>[<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">bytes</span></code>]]]</span>) – File parameters.</p>
</dd>
<dt class="field-even">Returns<span class="colon">:</span></dt>
<dd class="field-even"><p>Form parameters with files.</p>
Expand Down
Loading

0 comments on commit f94666c

Please sign in to comment.