>> (p.1)
    Author Topic: [PATCH] RPC: display existing extended-help descriptions  (Read 8184 times)
    jgarzik (OP)
    Legendary
    *
    qt
    Offline Offline

    Activity: 1596
    Merit: 1142


    View Profile
    July 30, 2010, 06:24:12 AM
     #1


    Several RPC commands have multi-line help descriptions, but they do not appear to be shown anywhere.  The following patch implements a
    Code:
    help [command]
    parameter that provides access to these extended descriptions.

    Patch: http://pastebin.ca/1911586
    Raw: http://pastebin.ca/raw/1911586

    Here is example output for the new "help listreceivedbyaddress" sub-command:
    Code:
    [jgarzik@bd ~]$garz/repo/bitcoin/bitcoind -datadir=/garz/bitcoin/data help listreceivedbyaddress

    listreceivedbyaddress [minconf=1] [includeempty=false]
    [minconf] is the minimum number of confirmations before payments are included.
    [includeempty] whether to include addresses that haven't received any payments.
    Returns an array of objects containing:
      "address" : receiving address
      "label" : the label of the receiving address
      "amount" : total amount received by the address
      "confirmations" : number of confirmations of the most recent transaction included

    Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own.
    Visit bloq.com metronome.io
    Donations tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
Page 1
Viewing Page: 1