Options
All
  • Public
  • Public/Protected
  • All
Menu

Module lib/proto/desmos/posts/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

QueryParamsRequest

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

Type declaration

QueryParamsResponse

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

Type declaration

QueryPostCommentsRequest

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

Type declaration

QueryPostCommentsResponse

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

Type declaration

QueryPostReactionsRequest

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

Type declaration

QueryPostReactionsResponse

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

Type declaration

QueryPostRequest

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

Type declaration

QueryPostResponse

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

Type declaration

QueryPostsRequest

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

Type declaration

QueryPostsResponse

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

Type declaration

QueryRegisteredReactionsRequest

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

Type declaration

QueryRegisteredReactionsResponse

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

Type declaration

QueryReportsRequest

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

Type declaration

QueryReportsResponse

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

Type declaration

QueryUserAnswersRequest

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

Type declaration

QueryUserAnswersResponse

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

Type declaration

Const protobufPackage

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

Generated using TypeDoc