From 011fafb4c67370cdc5cfa2591195d99d93d82d68 Mon Sep 17 00:00:00 2001 From: Adam Krellenstein Date: Sun, 28 Dec 2014 12:13:06 -0500 Subject: [PATCH] Update API Docs about PubkeyHash->Pubkey Option --- docs/API.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/API.rst b/docs/API.rst index c71bf4dd03..4beca0c4d2 100644 --- a/docs/API.rst +++ b/docs/API.rst @@ -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 ` in which the balance is specified * **quantity** (*integer*): The :ref:`balance ` of the specified asset at this address @@ -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.