chora docs
  • Guidebook

    • Overview
  • User Guides

    • Get Started
    • Chora Groups
    • Chora Registry
    • Chora Ledger
  • Developer Guides

    • Software Stack
  • Specifications

    • Table of Contents
  • Blockchain App

    • Chora Application
  • Blockchain Modules

    • Admin Module
    • Content Module
    • Governor Module
    • Proposal Module
    • Subject Module
    • Validator Module
    • Voucher Module
  • Blockchain Templates

    • Bion PoA Example
    • Bion PoS Example
GitHub open in new window
  • Guidebook

    • Overview
  • User Guides

    • Get Started
    • Chora Groups
    • Chora Registry
    • Chora Ledger
  • Developer Guides

    • Software Stack
  • Specifications

    • Table of Contents
  • Blockchain App

    • Chora Application
  • Blockchain Modules

    • Admin Module
    • Content Module
    • Governor Module
    • Proposal Module
    • Subject Module
    • Validator Module
    • Voucher Module
  • Blockchain Templates

    • Bion PoA Example
    • Bion PoS Example
GitHub open in new window
  • Specifications

    • Overview
  • Blockchain App

    • Chora Application
  • Blockchain Modules

    • Admin Module

      • Overview
      • Concepts
      • Msg Service
      • Query Service
      • State
      • Events
      • Features

        • Table of Contents
        • Msg/UpdateAdmin
        • Query/Admin
        • MsgUpdate
        • Admin
    • Content Module

      • Overview
      • Concepts
      • Msg Service
      • Query Service
      • State
      • Events
      • Features

        • Table of Contents
        • Msg/CreateContent
        • Msg/RemoveContent
        • Msg/UpdateContentCurator
        • Query/Content
        • Query/ContentsByCurator
        • Query/Contents
        • MsgCreate
        • MsgDelete
        • MsgUpdateCurator
        • Content
    • Governor Module

      • Overview
      • Concepts
      • Msg Service
      • Query Service
      • State
      • Events
      • Features

        • Table of Contents
        • Msg/CreateGovernor
        • Msg/RemoveGovernor
        • Msg/UpdateGovernorMetadata
        • Query/Governor
        • Query/Governors
        • MsgCreateGovernor
        • MsgRemoveGovernor
        • MsgUpdateGovernorMetadata
        • Governor
    • Proposal Module

      • Overview
      • Concepts
      • Msg Service
      • Query Service
      • State
      • Events
    • Subject Module

      • Overview
      • Concepts
      • Msg Service
      • Query Service
      • State
      • Events
      • Features

        • Table of Contents
        • Msg/CreateSubject
        • Msg/RemoveSubject
        • Msg/UpdateSubjectMetadata
        • Msg/UpdateSubjectSteward
        • Query/Subject
        • Query/SubjectsBySteward
        • Query/Subjects
        • MsgCreateSubject
        • MsgRemoveSubject
        • MsgUpdateSubjectMetadata
        • MsgUpdateSubjectSteward
        • Content
    • Validator Module

      • Overview
      • Concepts
      • Msg Service
      • Query Service
      • State
      • Events
      • Features

        • Table of Contents
        • Msg/CreateValidator
        • Msg/RemoveValidator
        • Msg/UpdatePolicy
        • Msg/UpdateValidator
        • Query/Policy
        • Query/Validator
        • Query/Validators
        • MsgCreateValidator
        • MsgRemoveValidator
        • MsgUpdatePolicy
        • MsgUpdateValidator
        • Validator
        • ValidatorSigningInfo
    • Voucher Module

      • Overview
      • Concepts
      • Msg Service
      • Query Service
      • State
      • Events
      • Features

        • Table of Contents
        • Msg/Create
        • Msg/Issue
        • Msg/UpdateIssuer
        • Msg/UpdateMetadata
        • Query/Balance
        • Query/BalancesByAddress
        • Query/BalancesByVoucher
        • Query/Voucher
        • Query/VouchersByIssuer
        • Query/Vouchers
        • MsgCreate
        • MsgIssue
        • MsgUpdateIssuer
        • MsgUpdateMetadata
        • Balance
        • Voucher
  • Blockchain Templates

    • Bion PoA Example
    • Bion PoS Example

Query Service

The voucher module provides a query service for querying the state of the module.

Proto Definitions

The queries are defined in the proto files available to view on Buf Schema Registryopen in new window.

  • Balanceopen in new window
  • BalancesByAddressopen in new window
  • BalancesByVoucheropen in new window
  • Voucheropen in new window
  • Vouchersopen in new window
  • VouchersByIssueropen in new window
Prev
Msg Service
Next
State