interface QueryValidatorsResponse_TssIllegibilityInfo {
    jailed: boolean;
    missedTooManyBlocks: boolean;
    noProxyRegistered: boolean;
    proxyInsuficientFunds: boolean;
    staleTssHeartbeat: boolean;
    tombstoned: boolean;
    tssSuspended: boolean;
}

Properties

jailed: boolean
missedTooManyBlocks: boolean
noProxyRegistered: boolean
proxyInsuficientFunds: boolean
staleTssHeartbeat: boolean
tombstoned: boolean
tssSuspended: boolean

Generated using TypeDoc