Options
All
  • Public
  • Public/Protected
  • All
Menu

Module lib/proto/cosmos/staking/v1beta1/query

Index

Classes

Interfaces

Type aliases

Variables

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

QueryDelegationRequest

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

Type declaration

QueryDelegationResponse

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

Type declaration

QueryDelegatorDelegationsRequest

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

Type declaration

QueryDelegatorDelegationsResponse

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

Type declaration

QueryDelegatorUnbondingDelegationsRequest

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

Type declaration

QueryDelegatorUnbondingDelegationsResponse

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

Type declaration

QueryDelegatorValidatorRequest

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

Type declaration

QueryDelegatorValidatorResponse

QueryDelegatorValidatorResponse: { 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

QueryHistoricalInfoRequest

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

Type declaration

QueryHistoricalInfoResponse

QueryHistoricalInfoResponse: { 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

QueryPoolRequest

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

Type declaration

QueryPoolResponse

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

Type declaration

QueryRedelegationsRequest

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

Type declaration

QueryRedelegationsResponse

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

Type declaration

QueryUnbondingDelegationRequest

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

Type declaration

QueryUnbondingDelegationResponse

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

Type declaration

QueryValidatorDelegationsRequest

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

Type declaration

QueryValidatorDelegationsResponse

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

Type declaration

QueryValidatorRequest

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

Type declaration

QueryValidatorResponse

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

Type declaration

QueryValidatorUnbondingDelegationsRequest

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

Type declaration

QueryValidatorUnbondingDelegationsResponse

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

Type declaration

QueryValidatorsRequest

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

Type declaration

QueryValidatorsResponse

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

Type declaration

Const protobufPackage

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

Generated using TypeDoc