Type Alias AllDelegatesQueryArguments

AllDelegatesQueryArguments: {
    active?: boolean;
    inactive?: boolean;
    with_minimal_stake?: boolean;
    without_minimal_stake?: boolean;
}