This repository was archived by the owner on Nov 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
//!
7
7
//! == Blockchain ==
8
8
//!
9
- //! - [ ] getbestblockhash
10
- //! - [ ] getblock "blockhash" ( verbosity )
11
- //! - [ ] getblockchaininfo
9
+ //! - [x ] getbestblockhash
10
+ //! - [x ] getblock "blockhash" ( verbosity )
11
+ //! - [x ] getblockchaininfo
12
12
//! - [ ] getblockcount
13
13
//! - [ ] getblockhash height
14
14
//! - [ ] getblockheader "hash" ( verbose )
Original file line number Diff line number Diff line change 20
20
//! - [ ] getaddressbyaccount (Deprecated, will be removed in V0.18. To use this command, start bitcoind with -deprecatedrpc=accounts)
21
21
//! - [ ] getaddressesbylabel "label"
22
22
//! - [ ] getaddressinfo "address"
23
- //! - [ ] getbalance ( "(dummy)" minconf include_watchonly )
24
- //! - [ ] getnewaddress ( "label" "address_type" )
23
+ //! - [x ] getbalance ( "(dummy)" minconf include_watchonly )
24
+ //! - [x ] getnewaddress ( "label" "address_type" )
25
25
//! - [ ] getrawchangeaddress ( "address_type" )
26
26
//! - [ ] getreceivedbyaccount (Deprecated, will be removed in V0.18. To use this command, start bitcoind with -deprecatedrpc=accounts)
27
27
//! - [ ] getreceivedbyaddress "address" ( minconf )
52
52
//! - [ ] rescanblockchain ("start_height") ("stop_height")
53
53
//! - [ ] sendfrom (Deprecated, will be removed in V0.18. To use this command, start bitcoind with -deprecatedrpc=accounts)
54
54
//! - [ ] sendmany "" {"address":amount,...} ( minconf "comment" ["address",...] replaceable conf_target "estimate_mode")
55
- //! - [ ] sendtoaddress "address" amount ( "comment" "comment_to" subtractfeefromamount replaceable conf_target "estimate_mode")
55
+ //! - [x ] sendtoaddress "address" amount ( "comment" "comment_to" subtractfeefromamount replaceable conf_target "estimate_mode")
56
56
//! - [ ] setaccount (Deprecated, will be removed in V0.18. To use this command, start bitcoind with -deprecatedrpc=accounts)
57
57
//! - [ ] sethdseed ( "newkeypool" "seed" )
58
58
//! - [ ] settxfee amount
You can’t perform that action at this time.
0 commit comments