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
Head
Head method (corresponding to /head endpoint) needs to be added to client.
/head
Specs: https://docs.celestia.org/developers/node-api/#get-head Code in node: https://github.com/celestiaorg/celestia-node/blob/0466d9c9222f7ceacba2223a83fd352b5d751d1e/service/rpc/header.go#L22
This is height-less version of /header endpoint.
height
/header
The text was updated successfully, but these errors were encountered:
Hey @tzdybal i would like to take this one up
Sorry, something went wrong.
Great! 🎉
Feel free to ask any questions.
what would be the response type for head request, no implementation is mentioned
Great! tada Feel free to ask any questions.
Great! tada
Hey, what would be the response type for head request, no implementation is mentioned
Regis-Caelum
No branches or pull requests
Head
method (corresponding to/head
endpoint) needs to be added to client.Specs: https://docs.celestia.org/developers/node-api/#get-head
Code in node: https://github.com/celestiaorg/celestia-node/blob/0466d9c9222f7ceacba2223a83fd352b5d751d1e/service/rpc/header.go#L22
This is
height
-less version of/header
endpoint.The text was updated successfully, but these errors were encountered: