/
/HTTP API Console
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 14m ago · Updated 3w ago
ABCI16
ABCIListenerService2
Msg132
Query187
ReflectionService8
  • getGetAuthnDescriptor returns information on how to authenticate transactions in the application NOTE: this RPC is still experimental and might be subject to breaking changes or removal in future releases of the cosmos-sdk.
  • getGetChainDescriptor returns the description of the chain
  • getGetCodecDescriptor returns the descriptor of the codec of the application
  • getGetConfigurationDescriptor returns the descriptor for the sdk.Config of the application
  • getGetQueryServicesDescriptor returns the available gRPC queryable services of the application
  • getGetTxDescriptor returns information on the used transaction object and available msgs that can be used
  • getListAllInterfaces lists all the interfaces registered in the interface registry.
  • getListImplementations list all the concrete types that implement a given interface.
Service18
    ReflectionService

    ListAllInterfaces lists all the interfaces registered in the interface registry.

    get/cosmos/base/reflection/v1beta1/interfaces

    Response

    A successful response.

    interface_namesstring[]

    interface_names is an array of all the registered interfaces.

    Changes