mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-09 04:02:25 +01:00
Add getCoinbaseMerklePath() to Mining interface
This commit is contained in:
@@ -31,6 +31,7 @@ interface BlockTemplate $Proxy.wrap("interfaces::BlockTemplate") {
|
||||
getCoinbaseTx @4 (context: Proxy.Context) -> (result: Data);
|
||||
getCoinbaseCommitment @5 (context: Proxy.Context) -> (result: Data);
|
||||
getWitnessCommitmentIndex @6 (context: Proxy.Context) -> (result: Int32);
|
||||
getCoinbaseMerklePath @7 (context: Proxy.Context) -> (result: List(Data));
|
||||
}
|
||||
|
||||
struct BlockCreateOptions $Proxy.wrap("node::BlockCreateOptions") {
|
||||
|
||||
Reference in New Issue
Block a user