asyncGetBlockHeaders

Start a thread to get a list of block headers after a certain block, and then to call a continuation function. If headers are not available (after a bunch of retries), call the continuation with an empty list

Parameters

hash

get headers after this one

then

continuation function