mirror of
https://github.com/seigler/dash-docs
synced 2025-07-26 17:26:12 +00:00
Typo updates
This commit is contained in:
parent
da8a1f1737
commit
fe5a7d3c21
15 changed files with 15 additions and 15 deletions
|
@ -180,7 +180,7 @@ Get the same block in JSON:
|
|||
curl http://localhost:19998/rest/block/notxdetails/0000000000ccbf46cf6b78827ac1019f82598be839bce08bff00d188e75fb451.json
|
||||
{% endhighlight %}
|
||||
|
||||
Result (whitespaced added):
|
||||
Result (whitespace added):
|
||||
|
||||
{% highlight json %}
|
||||
{
|
||||
|
|
|
@ -184,7 +184,7 @@ Get the same block in JSON:
|
|||
curl http://localhost:19998/rest/block/0000000000ccbf46cf6b78827ac1019f82598be839bce08bff00d188e75fb451.json
|
||||
{% endhighlight %}
|
||||
|
||||
Result (whitespaced added):
|
||||
Result (whitespace added):
|
||||
|
||||
{% highlight json %}
|
||||
{
|
||||
|
|
|
@ -191,7 +191,7 @@ Get blockchain info in JSON:
|
|||
curl http://localhost:19998/rest/chaininfo.json
|
||||
{% endhighlight %}
|
||||
|
||||
Result (whitespaced added):
|
||||
Result (whitespace added):
|
||||
|
||||
{% highlight json %}
|
||||
{
|
||||
|
|
|
@ -156,7 +156,7 @@ Same request in JSON:
|
|||
curl http://localhost:19998/rest/getutxos/checkmempool/7b6caf68c33794b0bda65e63691739919f13156b57c7ec20a0b4de1f33c580bd-0.json
|
||||
{% endhighlight %}
|
||||
|
||||
Result (whitespaced added):
|
||||
Result (whitespace added):
|
||||
|
||||
{% highlight json %}
|
||||
{
|
||||
|
|
|
@ -153,7 +153,7 @@ Get the same block headers in JSON:
|
|||
curl http://localhost:19998/rest/headers/2/0000000000ccbf46cf6b78827ac1019f82598be839bce08bff00d188e75fb451.json
|
||||
{% endhighlight %}
|
||||
|
||||
Result (whitespaced added):
|
||||
Result (whitespace added):
|
||||
|
||||
{% highlight json %}
|
||||
[
|
||||
|
|
|
@ -121,7 +121,7 @@ Get all transactions in the memory pool in JSON:
|
|||
curl http://localhost:19998/rest/mempool/contents.json
|
||||
{% endhighlight %}
|
||||
|
||||
Result (whitespaced added):
|
||||
Result (whitespace added):
|
||||
|
||||
{% highlight json %}
|
||||
{
|
||||
|
|
|
@ -64,7 +64,7 @@ Get memory pool info in JSON:
|
|||
curl http://localhost:19998/rest/mempool/info.json
|
||||
{% endhighlight %}
|
||||
|
||||
Result (whitespaced added):
|
||||
Result (whitespace added):
|
||||
|
||||
{% highlight json %}
|
||||
{
|
||||
|
|
|
@ -106,7 +106,7 @@ Get the same transaction in JSON:
|
|||
curl http://localhost:19998/rest/tx/b06edec446fbcc0fc04a6e2774a843823f5238c2e15de40e61767a44f6788d32.json
|
||||
{% endhighlight %}
|
||||
|
||||
Result (whitespaced added):
|
||||
Result (whitespace added):
|
||||
|
||||
{% highlight json %}
|
||||
{
|
||||
|
|
|
@ -58,7 +58,7 @@ The `getaddednodeinfo` RPC {{summary_getAddedNodeInfo}}
|
|||
|
||||
- n: "→ →<br>`addresses`"
|
||||
t: "array"
|
||||
p: "Requred<br>(exactly 1)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "This will be an array of addresses<!--noref--> belonging to the added node"
|
||||
|
||||
- n: "→ → →<br>Address<!--noref-->"
|
||||
|
|
|
@ -156,7 +156,7 @@ The `getblockchaininfo` RPC {{summary_getBlockChainInfo}}
|
|||
- n: "→ → →<br>`status`"
|
||||
t: "string"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "Set to one of the following reasons:<br>• `defined` if voting hasn't started yet<br>• `started` if the voting has started <br>• `locked_in` if the voting was successful but the softfort hasn't been activated yet<br>• `active` if the softfork was activated<br>• `failed` if the softfork has not receieved enough votes"
|
||||
d: "Set to one of the following reasons:<br>• `defined` if voting hasn't started yet<br>• `started` if the voting has started <br>• `locked_in` if the voting was successful but the softfork hasn't been activated yet<br>• `active` if the softfork was activated<br>• `failed` if the softfork has not receieved enough votes"
|
||||
|
||||
- n: "→ → →<br>`bit`"
|
||||
t: "numeric<br>(int)"
|
||||
|
|
|
@ -41,7 +41,7 @@ The `getnettotals` RPC {{summary_getNetTotals}}
|
|||
- n: "→<br>`uploadtarget`"
|
||||
t: "string : <br>object"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The upload traget information"
|
||||
d: "The upload target information"
|
||||
|
||||
- n: "→ →<br>`timeframe`"
|
||||
t: "number (int)"
|
||||
|
|
|
@ -87,7 +87,7 @@ The `gettransaction` RPC {{summary_getTransaction}}
|
|||
- n: "→ →<br>`category`"
|
||||
t: "string"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "Set to one of the following values:<br>• `send` if sending payment normally<br>• `privatesend` if sending PrivateSent payment<br>• `receive` if this wallet received payment in a regular transaction<br>• `generate` if a matured and spendable coinbase<br>• `immature` if a coinbase that is not spendable yet<br>• `orphan` if a coinbase from a block that's not in the local best block chain"
|
||||
d: "Set to one of the following values:<br>• `send` if sending payment normally<br>• `privatesend` if sending PrivateSend payment<br>• `receive` if this wallet received payment in a regular transaction<br>• `generate` if a matured and spendable coinbase<br>• `immature` if a coinbase that is not spendable yet<br>• `orphan` if a coinbase from a block that's not in the local best block chain"
|
||||
|
||||
- n: "→ →<br>`amount`"
|
||||
t: "number (dash)"
|
||||
|
|
|
@ -23,7 +23,7 @@ The `listtransactions` RPC {{summary_listTransactions}}
|
|||
- n: "Account"
|
||||
t: "string"
|
||||
p: "Optional<br>(0 or 1)"
|
||||
d: "*Deprecated: will be removed in a later version of Dash Core*<br><br>The name of an account to get transactinos from. Use an empty string (\"\") to get transactions for the default account. Default is `*` to get transactions for all accounts."
|
||||
d: "*Deprecated: will be removed in a later version of Dash Core*<br><br>The name of an account to get transactions from. Use an empty string (\"\") to get transactions for the default account. Default is `*` to get transactions for all accounts."
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
|
|
|
@ -339,7 +339,7 @@ send("filterload",
|
|||
{% endhighlight %}
|
||||
|
||||
We set a bloom filter with the `filterload` message. This filter is
|
||||
described in the two preceeding sections.
|
||||
described in the two preceding sections.
|
||||
|
||||
{% highlight python %}
|
||||
send("getdata",
|
||||
|
|
|
@ -22,7 +22,7 @@ http://opensource.org/licenses/MIT.
|
|||
- n: "{{DEPTH}}<br>`category`"
|
||||
t: "string"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "Set to one of the following values:<br>• `send` if sending payment normally<br>• `privatesend` if sending PrivateSent payment<br>• `receive` if this wallet received payment in a regular transaction<br>• `generate` if a matured and spendable coinbase<br>• `immature` if a coinbase that is not spendable yet<br>• `orphan` if a coinbase from a block that's not in the local best block chain"
|
||||
d: "Set to one of the following values:<br>• `send` if sending payment normally<br>• `privatesend` if sending PrivateSend payment<br>• `receive` if this wallet received payment in a regular transaction<br>• `generate` if a matured and spendable coinbase<br>• `immature` if a coinbase that is not spendable yet<br>• `orphan` if a coinbase from a block that's not in the local best block chain"
|
||||
|
||||
- n: "{{DEPTH}}<br>`amount`"
|
||||
t: "number (dash)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue