Options
All
  • Public
  • Public/Protected
  • All
Menu

Module lib/proto/cosmos/distribution/v1beta1/distribution

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

CommunityPoolSpendProposal

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

Type declaration

CommunityPoolSpendProposalWithDeposit

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

Type declaration

DelegationDelegatorReward

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

Type declaration

DelegatorStartingInfo

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

Type declaration

FeePool

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

Type declaration

Params

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

Type declaration

ValidatorAccumulatedCommission

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

Type declaration

ValidatorCurrentRewards

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

Type declaration

ValidatorHistoricalRewards

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

Type declaration

ValidatorOutstandingRewards

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

Type declaration

ValidatorSlashEvent

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

Type declaration

ValidatorSlashEvents

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

Type declaration

Const protobufPackage

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

Generated using TypeDoc