Skip to content
New issue

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

chore: Add ReadPoolRelays rpc #142

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

gonzalezzfelipe
Copy link
Contributor

No description provided.

@gonzalezzfelipe gonzalezzfelipe marked this pull request as ready for review February 4, 2025 14:38
// Service definition for querying the state of the chain.
service QueryService {
rpc ReadParams(ReadParamsRequest) returns (ReadParamsResponse); // Get overall chain state.
rpc ReadUtxos(ReadUtxosRequest) returns (ReadUtxosResponse); // Read specific UTxOs by reference.
rpc SearchUtxos(SearchUtxosRequest) returns (SearchUtxosResponse); // Search for UTxO based on a pattern.
rpc ReadData(ReadDataRequest) returns (ReadDataResponse); // Read specific datum by hash
rpc ReadPoolRelays(ReadPoolRelaysRequest) returns (ReadPoolRelaysResponse); // Get pool relays.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is "Pool" too Cardano?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants