Regen Ledger Documentation
Regen Ledger
Modules
Validators
Commands
Tutorials
GitHub open in new window
Regen Ledger
Modules
Validators
Commands
Tutorials
GitHub open in new window
  • Modules

    • List of Modules
  • Data Module

    • Overview
    • Concepts
    • State
    • Msg Service
    • Query Service
    • Events
    • Types
    • Client
    • Features
  • Ecocredit Module

    • Overview
    • Concepts
    • State
    • Msg Service
    • Query Service
    • Events
    • Types
    • Client
    • Features
  • Intertx Module

    • Overview
    • Msg Service
    • Query Service

# 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 Registryopen in 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.

  • AnchorByHashopen in new window
  • AnchorByIRIopen in new window
  • AttestationsByAttestoropen in new window
  • AttestationsByHashopen in new window
  • AttestationsByIRIopen in new window
  • ConvertHashToIRIopen in new window
  • ConvertIRIToHashopen in new window
  • Resolveropen in new window
  • ResolversByIRIopen in new window
  • ResolversByHashopen in new window
  • ResolversByURLopen in new window

Msg Service Events