]> Git Repo - VerusCoin.git/blobdiff - doc/payment-api.md
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev
[VerusCoin.git] / doc / payment-api.md
index a9be9d08a4934f4ffcdaf296b52dc803ddae8d3f..0bc4f82607cf4060c1e28e739b628caca8fad451 100644 (file)
@@ -1,6 +1,8 @@
+# Verus Specific Extensions - TBD Here
+
 # Zcash Payment API
 
-## Overview
+This document has been relocated to https://zcash.readthedocs.io/en/latest/rtd_pages/payment_api.html
 
 Zcash extends the Bitcoin Core API with new RPC calls to support private Zcash payments.
 
@@ -39,7 +41,7 @@ RPC parameter conventions:
 * taddr : Transparent address
 * zaddr : Private address
 * address : Accepts both private and transparent addresses.
-* amount : JSON format double-precision number with 1 ZC expressed as 1.00000000.
+* amount : JSON format decimal number with at most 8 digits of precision, with 1 ZEC expressed as 1.00000000.
 * memo : Metadata expressed in hexadecimal format.  Limited to 512 bytes, the current size of the memo field of a private transaction.  Zero padding is automatic.
 
 ### Accounting
This page took 0.023372 seconds and 4 git commands to generate.