Options
All
  • Public
  • Public/Protected
  • All
Menu

Module lib/proto/desmos/subspaces/v1beta1/query

Index

Type aliases

DeepPartial

DeepPartial<T>: T extends Builtin ? T : T extends infer U[] ? DeepPartial<U>[] : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {[ K in keyof T]: DeepPartial<T[K]> } : Partial<T>

Type parameters

  • T

Variables

QueryAdminsRequest

QueryAdminsRequest: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

QueryAdminsResponse

QueryAdminsResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

QueryBannedUsersRequest

QueryBannedUsersRequest: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

QueryBannedUsersResponse

QueryBannedUsersResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

QueryRegisteredUsersRequest

QueryRegisteredUsersRequest: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

QueryRegisteredUsersResponse

QueryRegisteredUsersResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

QuerySubspaceRequest

QuerySubspaceRequest: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

QuerySubspaceResponse

QuerySubspaceResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

QuerySubspacesRequest

QuerySubspacesRequest: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

QuerySubspacesResponse

QuerySubspacesResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

Const protobufPackage

protobufPackage: "desmos.subspaces.v1beta1" = 'desmos.subspaces.v1beta1'

Generated using TypeDoc