We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query the storage tip state at first.
Then check if the storage tip state is on the Bitcoin main chain.
With batch requests, this request could be sent with gettxoutproof together (ref: Query data through JSON-RPC methods with batch requests #33).
gettxoutproof
https://github.com/ckb-cell/ckb-bitcoin-spv-service/blob/b9412ed923dd4d33d883fc87f3695cd043d70acf/src/components/api_service/mod.rs#L163-L190
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Query the storage tip state at first.
Then check if the storage tip state is on the Bitcoin main chain.
With batch requests, this request could be sent with
gettxoutproof
together (ref: Query data through JSON-RPC methods with batch requests #33).https://github.com/ckb-cell/ckb-bitcoin-spv-service/blob/b9412ed923dd4d33d883fc87f3695cd043d70acf/src/components/api_service/mod.rs#L163-L190
The text was updated successfully, but these errors were encountered: