QueryValidatorsResponse: {
    create<I>(base?): QueryValidatorsResponse;
    decode(input, length?): QueryValidatorsResponse;
    encode(message, writer?): Writer;
    fromJSON(object): QueryValidatorsResponse;
    fromPartial<I>(object): QueryValidatorsResponse;
    toJSON(message): unknown;
}

Type declaration

  • create:function
    • Type Parameters

      • I extends {
            validators?: {
                moniker?: string;
                operatorAddress?: string;
                tssIllegibilityInfo?: {
                    jailed?: boolean;
                    missedTooManyBlocks?: boolean;
                    noProxyRegistered?: boolean;
                    proxyInsuficientFunds?: boolean;
                    staleTssHeartbeat?: boolean;
                    tombstoned?: boolean;
                    tssSuspended?: boolean;
                };
            }[];
        } & {
            validators?: {
                moniker?: string;
                operatorAddress?: string;
                tssIllegibilityInfo?: {
                    jailed?: boolean;
                    missedTooManyBlocks?: boolean;
                    noProxyRegistered?: boolean;
                    proxyInsuficientFunds?: boolean;
                    staleTssHeartbeat?: boolean;
                    tombstoned?: boolean;
                    tssSuspended?: boolean;
                };
            }[] & ({
                moniker?: string;
                operatorAddress?: string;
                tssIllegibilityInfo?: {
                    jailed?: (...) | (...) | (...);
                    missedTooManyBlocks?: (...) | (...) | (...);
                    noProxyRegistered?: (...) | (...) | (...);
                    proxyInsuficientFunds?: (...) | (...) | (...);
                    staleTssHeartbeat?: (...) | (...) | (...);
                    tombstoned?: (...) | (...) | (...);
                    tssSuspended?: (...) | (...) | (...);
                };
            } & {
                moniker?: string;
                operatorAddress?: string;
                tssIllegibilityInfo?: {
                    jailed?: ...;
                    missedTooManyBlocks?: ...;
                    noProxyRegistered?: ...;
                    proxyInsuficientFunds?: ...;
                    staleTssHeartbeat?: ...;
                    tombstoned?: ...;
                    tssSuspended?: ...;
                } & {
                    jailed?: ...;
                    missedTooManyBlocks?: ...;
                    noProxyRegistered?: ...;
                    proxyInsuficientFunds?: ...;
                    staleTssHeartbeat?: ...;
                    tombstoned?: ...;
                    tssSuspended?: ...;
                } & {
                    [K in (...)]: (...)
                };
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
        } & {
            [K in string | number | symbol]: never
        }

      Parameters

      • Optional base: I

      Returns QueryValidatorsResponse

  • decode:function
  • encode:function
  • fromJSON:function
  • fromPartial:function
    • Type Parameters

      • I extends {
            validators?: {
                moniker?: string;
                operatorAddress?: string;
                tssIllegibilityInfo?: {
                    jailed?: boolean;
                    missedTooManyBlocks?: boolean;
                    noProxyRegistered?: boolean;
                    proxyInsuficientFunds?: boolean;
                    staleTssHeartbeat?: boolean;
                    tombstoned?: boolean;
                    tssSuspended?: boolean;
                };
            }[];
        } & {
            validators?: {
                moniker?: string;
                operatorAddress?: string;
                tssIllegibilityInfo?: {
                    jailed?: boolean;
                    missedTooManyBlocks?: boolean;
                    noProxyRegistered?: boolean;
                    proxyInsuficientFunds?: boolean;
                    staleTssHeartbeat?: boolean;
                    tombstoned?: boolean;
                    tssSuspended?: boolean;
                };
            }[] & ({
                moniker?: string;
                operatorAddress?: string;
                tssIllegibilityInfo?: {
                    jailed?: (...) | (...) | (...);
                    missedTooManyBlocks?: (...) | (...) | (...);
                    noProxyRegistered?: (...) | (...) | (...);
                    proxyInsuficientFunds?: (...) | (...) | (...);
                    staleTssHeartbeat?: (...) | (...) | (...);
                    tombstoned?: (...) | (...) | (...);
                    tssSuspended?: (...) | (...) | (...);
                };
            } & {
                moniker?: string;
                operatorAddress?: string;
                tssIllegibilityInfo?: {
                    jailed?: ...;
                    missedTooManyBlocks?: ...;
                    noProxyRegistered?: ...;
                    proxyInsuficientFunds?: ...;
                    staleTssHeartbeat?: ...;
                    tombstoned?: ...;
                    tssSuspended?: ...;
                } & {
                    jailed?: ...;
                    missedTooManyBlocks?: ...;
                    noProxyRegistered?: ...;
                    proxyInsuficientFunds?: ...;
                    staleTssHeartbeat?: ...;
                    tombstoned?: ...;
                    tssSuspended?: ...;
                } & {
                    [K in (...)]: (...)
                };
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
        } & {
            [K in string | number | symbol]: never
        }

      Parameters

      • object: I

      Returns QueryValidatorsResponse

  • toJSON:function

Generated using TypeDoc