Options
All
  • Public
  • Public/Protected
  • All
Menu

Module lib/proto/cosmos/distribution/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

QueryCommunityPoolRequest

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

Type declaration

QueryCommunityPoolResponse

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

Type declaration

QueryDelegationRewardsRequest

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

Type declaration

QueryDelegationRewardsResponse

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

Type declaration

QueryDelegationTotalRewardsRequest

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

Type declaration

QueryDelegationTotalRewardsResponse

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

Type declaration

QueryDelegatorValidatorsRequest

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

Type declaration

QueryDelegatorValidatorsResponse

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

Type declaration

QueryDelegatorWithdrawAddressRequest

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

Type declaration

QueryDelegatorWithdrawAddressResponse

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

Type declaration

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

QueryValidatorCommissionRequest

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

Type declaration

QueryValidatorCommissionResponse

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

Type declaration

QueryValidatorOutstandingRewardsRequest

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

Type declaration

QueryValidatorOutstandingRewardsResponse

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

Type declaration

QueryValidatorSlashesRequest

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

Type declaration

QueryValidatorSlashesResponse

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

Type declaration

Const protobufPackage

protobufPackage: "cosmos.distribution.v1beta1" = 'cosmos.distribution.v1beta1'

Generated using TypeDoc