Skip to content

Commit

Permalink
Update API Docs about PubkeyHash->Pubkey Option
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkrellenstein committed Dec 28, 2014
1 parent 4d4dc74 commit 011fafb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/API.rst
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ Balance Object

An object that describes a balance that is associated to a specific address:

* **address** (*string*): The address that has the balance
* **address** (*string*): A PubkeyHash Bitcoin address, or the pubkey associated with it (in case the address hasn’t sent anything before).
* **asset** (*string*): The ID of the :ref:`asset <assets>` in which the balance is specified
* **quantity** (*integer*): The :ref:`balance <quantitys>` of the specified asset at this address

Expand Down Expand Up @@ -1352,3 +1352,4 @@ This section documents any changes to the ``counterpartyd`` API, for version num
^^^^^^^^^^^^^^^^^^^^^^^
* \*_issuance: ``callable``, ``call_date`` and ``call_price`` are no longer valid parameters
* \*_callback: removed
* Bitcoin addresses may everywhere be replaced by pubkeys.

0 comments on commit 011fafb

Please sign in to comment.