Obtenha o valor de retorno da chamada contratada no brownie

tx = vrf_consumer.getRandomNumber(get_seed, {'from': accounts[0]})
# use the return_value field of tx
request_id = tx.return_value
Anxious Alligator