I'm trying to make a transaction with PyTezos. But in order of calculate the fees, I have to use the method fill() or autofill(). But those functions take a lot of time to process, so I suppose they are doing call to the tezos node, but why is it ?
Shouln't those function just have to calculate the size of the request and estimate the gas needed ?