Regen Ledger Documentation
Regen Ledger
Modules
Validators
Commands
Tutorials
GitHub (opens new window)
Regen Ledger
Modules
Validators
Commands
Tutorials
GitHub (opens new window)
  • Modules

    • List of Modules
  • Ecocredit Module

    • Overview
    • Concepts
    • State
    • Msg Service
    • Query Service
    • Events
    • Types
    • Client
  • Data Module

    • Overview
    • Concepts
    • State
    • Msg Service
    • Query Service
    • Events
    • Types
    • Client

# Query Service

The data module provides a query service for querying the state of the data module. The queries are defined in the proto files available on Buf Schema Registry (opens new window).

For examples on how to query state using gRPC and REST, see the data client documentation, and for examples using the regen binary, see regen query data.

  • AttestorsByHash (opens new window)
  • AttestorsByIRI (opens new window)
  • ByAttestor (opens new window)
  • ByHash (opens new window)
  • ByIRI (opens new window)
  • HashByIRI (opens new window)
  • IRIByGraphHash (opens new window)
  • IRIByHash (opens new window)
  • IRIByRawHash (opens new window)
  • Resolver (opens new window)
  • ResolversByIRI (opens new window)
  • ResolversByHash (opens new window)
  • ResolversByUrl (opens new window)

← Msg Service Events →