AppDescriptor describes a cosmos-sdk based application

from message cosmos.base.reflection.v2alpha1.AppDescriptor

Hierarchy

Constructors

Properties

AuthnDescriptor provides information on how to authenticate transactions on the application NOTE: experimental and subject to change in future releases.

from field: cosmos.base.reflection.v2alpha1.AuthnDescriptor authn = 1;

chain provides the chain descriptor

from field: cosmos.base.reflection.v2alpha1.ChainDescriptor chain = 2;

codec provides metadata information regarding codec related types

from field: cosmos.base.reflection.v2alpha1.CodecDescriptor codec = 3;

configuration?: ConfigurationDescriptor

configuration provides metadata information regarding the sdk.Config type

from field: cosmos.base.reflection.v2alpha1.ConfigurationDescriptor configuration = 4;

queryServices?: QueryServicesDescriptor

query_services provides metadata information regarding the available queriable endpoints

from field: cosmos.base.reflection.v2alpha1.QueryServicesDescriptor query_services = 5;

tx provides metadata information regarding how to send transactions to the given application

from field: cosmos.base.reflection.v2alpha1.TxDescriptor tx = 6;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.base.reflection.v2alpha1.AppDescriptor" = "cosmos.base.reflection.v2alpha1.AppDescriptor"

Methods