diff options
| author | coderrr <[email protected]> | 2012-08-01 12:48:42 -0400 |
|---|---|---|
| committer | Gregory Maxwell <[email protected]> | 2012-08-23 15:55:42 -0400 |
| commit | 22dfd7359863217eb8caef75084cfa8fa8e1d8fb (patch) | |
| tree | 5ed884dcea256b01a5d9bd140ddac3377f6d31ed /src/bitcoinrpc.h | |
| parent | Merge pull request #1393 from luke-jr/refactor_times (diff) | |
| download | discoin-22dfd7359863217eb8caef75084cfa8fa8e1d8fb.tar.xz discoin-22dfd7359863217eb8caef75084cfa8fa8e1d8fb.zip | |
Add address groupings RPC from the coincontrol patches.
Signed-off-by: Gregory Maxwell <[email protected]>
Diffstat (limited to 'src/bitcoinrpc.h')
| -rw-r--r-- | src/bitcoinrpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bitcoinrpc.h b/src/bitcoinrpc.h index 6a1857cb4..94446c36b 100644 --- a/src/bitcoinrpc.h +++ b/src/bitcoinrpc.h @@ -114,6 +114,7 @@ extern json_spirit::Value addmultisigaddress(const json_spirit::Array& params, b extern json_spirit::Value listreceivedbyaddress(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value listreceivedbyaccount(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value listtransactions(const json_spirit::Array& params, bool fHelp); +extern json_spirit::Value listaddressgroupings(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value listaccounts(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value listsinceblock(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value gettransaction(const json_spirit::Array& params, bool fHelp); |