完全に自分用メモ。
説明
ざっくりと説明すると
- 指定ブロック以降でウォレットに影響を与えた全てのトランザクションを表示
詳しくは、以下の通り。
Requires wallet support.
The listsinceblock RPC gets all transactions affecting the wallet which have occurred since a particular block, plus the header hash of a block at a particular depth.
引数
-
- ブロックヘッダーのハッシュ
-
- ターゲットのconfirmation
-
- trueにすると、watch-onlyアドレスを含む
return
以下、ドキュメントを参考
使い方
bitcoin-cli -testnet listsinceblock \
00000000688633a503f69818a70eac281302e9189b1bb57a76a05c329fcda718 \
6 true