Variable QueryValidatorsResponse_TssIllegibilityInfo
Type declaration
create:function
- create<I>(base?): QueryValidatorsResponse_TssIllegibilityInfo
Type Parameters
- I extends {
jailed?: boolean;
missedTooManyBlocks?: boolean;
noProxyRegistered?: boolean;
proxyInsuficientFunds?: boolean;
staleTssHeartbeat?: boolean;
tombstoned?: boolean;
tssSuspended?: boolean;
} & {
jailed?: boolean;
missedTooManyBlocks?: boolean;
noProxyRegistered?: boolean;
proxyInsuficientFunds?: boolean;
staleTssHeartbeat?: boolean;
tombstoned?: boolean;
tssSuspended?: boolean;
} & {
[K in string | number | symbol]: never
}
decode:function
encode:function
- encode(message, writer?): Writer
Returns Writer
fromJSON:function
fromPartial:function
- fromPartial<I>(object): QueryValidatorsResponse_TssIllegibilityInfo
Type Parameters
- I extends {
jailed?: boolean;
missedTooManyBlocks?: boolean;
noProxyRegistered?: boolean;
proxyInsuficientFunds?: boolean;
staleTssHeartbeat?: boolean;
tombstoned?: boolean;
tssSuspended?: boolean;
} & {
jailed?: boolean;
missedTooManyBlocks?: boolean;
noProxyRegistered?: boolean;
proxyInsuficientFunds?: boolean;
staleTssHeartbeat?: boolean;
tombstoned?: boolean;
tssSuspended?: boolean;
} & {
[K in string | number | symbol]: never
}
toJSON:function
- toJSON(message): unknown
Returns unknown