I figured it out, just as an fyi, the additional data you need is in get_dynamic_global_properties, and the formula is:
has_bandwidth = ( account_vshares * max_virtual_bandwidth ) > ( account_average_bandwidth * total_vshares );
I figured it out, just as an fyi, the additional data you need is in get_dynamic_global_properties, and the formula is:
has_bandwidth = ( account_vshares * max_virtual_bandwidth ) > ( account_average_bandwidth * total_vshares );
thanks for this info @alexpmorris