You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the verbose parameter, we can get the index of the transaction in the block that includes it directly through the Bitcoin JSON-RPC method gettransaction.
docs: Get detailed information about in-wallet transaction
The gettransaction rpc method only works for transactions that are in the wallet.
However the wallet related feature (Wallet RPCs) is disabled typically in a public BTC node/proxy.
Description
With theverbose
parameter, we can get the index of the transaction in the block that includes it directly through the Bitcoin JSON-RPC methodgettransaction
.Reject because Users should NOT have to input the transaction index. #19 (comment).
The text was updated successfully, but these errors were encountered: