Skip to content

Commit

Permalink
switch summary and description on
Browse files Browse the repository at this point in the history
  • Loading branch information
dkackman committed Dec 14, 2023
1 parent 7301ae0 commit 6afbb7b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
14 changes: 6 additions & 8 deletions docs/redoc/wallet.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/static/full_node.html
Original file line number Diff line number Diff line change
Expand Up @@ -1940,8 +1940,8 @@
defs["k_size"] = {
"type" : "integer",
"description" : "Defines the size of a plot. 25 is used for testing only. https://github.com/Chia-Network/chia-blockchain/wiki/k-sizes",
"enum" : [ 25, 32, 33, 34, 35 ],
"default" : 32
"default" : 32,
"enum" : [ 25, 32, 33, 34, 35 ]
};
defs["mempool_item"] = {
"type" : "object",
Expand Down
8 changes: 4 additions & 4 deletions docs/static/wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -9825,11 +9825,11 @@ <h3> Status: 200 - OK </h3>
<article id="api-DAOWallet-daoGetProposalState-0" data-group="User" data-name="daoGetProposalState" data-version="0">
<div class="pull-left">
<h1>daoGetProposalState</h1>
<p>Use this to figure out whether a proposal has passed or failed and whether it can be closed Given a proposal_id: - if required yes votes are recorded then proposal passed. - if timelock and attendance are met then proposal can close Returns a dict of passed and closable bools, and the remaining votes/blocks needed
Note that a proposal can be in a passed and closable state now, but become failed if a large number of &#x27;no&#x27; votes are received before the soft close is reached.
</p>
<p>Retrieves the state of a DAO proposal</p>
</div>
<p class="marked">Retrieves the state of a DAO proposal</p>
<p class="marked">Use this to figure out whether a proposal has passed or failed and whether it can be closed Given a proposal_id: - if required yes votes are recorded then proposal passed. - if timelock and attendance are met then proposal can close Returns a dict of passed and closable bools, and the remaining votes/blocks needed
Note that a proposal can be in a passed and closable state now, but become failed if a large number of &#x27;no&#x27; votes are received before the soft close is reached.
</p>
<p class="http-method" data-type="post">post</p>
<pre class="prettyprint language-html prettyprinted" data-type="post"><code><span class="pln">/dao_get_proposal_state</span></code></pre>

Expand Down

0 comments on commit 6afbb7b

Please sign in to comment.