Variables
QueryParamsRequest
QueryParamsRequest: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
toJSON: function
-
Parameters
Returns unknown
QueryParamsResponse
QueryParamsResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { params?: { signedBlocksWindow?: number | undefined; minSignedPerWindow?: Uint8Array | undefined; downtimeJailDuration?: { seconds?: number | undefined; nanos?: number | undefined; } | undefined; slashFractionDoubleSign?: Uint8Array | undefined; slashFractionDowntime?: Uint8Array | undefined; } }): QueryParamsResponse
-
Parameters
-
object: { params?: { signedBlocksWindow?: number | undefined; minSignedPerWindow?: Uint8Array | undefined; downtimeJailDuration?: { seconds?: number | undefined; nanos?: number | undefined; } | undefined; slashFractionDoubleSign?: Uint8Array | undefined; slashFractionDowntime?: Uint8Array | undefined; } }
-
Optional params?: { signedBlocksWindow?: number | undefined; minSignedPerWindow?: Uint8Array | undefined; downtimeJailDuration?: { seconds?: number | undefined; nanos?: number | undefined; } | undefined; slashFractionDoubleSign?: Uint8Array | undefined; slashFractionDowntime?: Uint8Array | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
QuerySigningInfoRequest
QuerySigningInfoRequest: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
Parameters
-
object: { consAddress?: string }
-
Optional consAddress?: string
-
toJSON: function
-
Parameters
Returns unknown
QuerySigningInfoResponse
QuerySigningInfoResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { valSigningInfo?: { address?: string | undefined; startHeight?: number | undefined; indexOffset?: number | undefined; jailedUntil?: Date | undefined; tombstoned?: boolean | undefined; missedBlocksCounter?: number | undefined; } }): QuerySigningInfoResponse
-
Parameters
-
object: { valSigningInfo?: { address?: string | undefined; startHeight?: number | undefined; indexOffset?: number | undefined; jailedUntil?: Date | undefined; tombstoned?: boolean | undefined; missedBlocksCounter?: number | undefined; } }
-
Optional valSigningInfo?: { address?: string | undefined; startHeight?: number | undefined; indexOffset?: number | undefined; jailedUntil?: Date | undefined; tombstoned?: boolean | undefined; missedBlocksCounter?: number | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
QuerySigningInfosRequest
QuerySigningInfosRequest: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { pagination?: { key?: Uint8Array | undefined; offset?: number | undefined; limit?: number | undefined; countTotal?: boolean | undefined; } }): QuerySigningInfosRequest
-
Parameters
-
object: { pagination?: { key?: Uint8Array | undefined; offset?: number | undefined; limit?: number | undefined; countTotal?: boolean | undefined; } }
-
Optional pagination?: { key?: Uint8Array | undefined; offset?: number | undefined; limit?: number | undefined; countTotal?: boolean | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
QuerySigningInfosResponse
QuerySigningInfosResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { info?: { address?: string | undefined; startHeight?: number | undefined; indexOffset?: number | undefined; jailedUntil?: Date | undefined; tombstoned?: boolean | undefined; missedBlocksCounter?: number | undefined; }[]; pagination?: { nextKey?: Uint8Array | undefined; total?: number | undefined; } }): QuerySigningInfosResponse
-
Parameters
-
object: { info?: { address?: string | undefined; startHeight?: number | undefined; indexOffset?: number | undefined; jailedUntil?: Date | undefined; tombstoned?: boolean | undefined; missedBlocksCounter?: number | undefined; }[]; pagination?: { nextKey?: Uint8Array | undefined; total?: number | undefined; } }
-
Optional info?: { address?: string | undefined; startHeight?: number | undefined; indexOffset?: number | undefined; jailedUntil?: Date | undefined; tombstoned?: boolean | undefined; missedBlocksCounter?: number | undefined; }[]
-
Optional pagination?: { nextKey?: Uint8Array | undefined; total?: number | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
Const protobufPackage
protobufPackage: "cosmos.slashing.v1beta1" = 'cosmos.slashing.v1beta1'
cons_address is the address to query signing info of