Can anyone point me to an example of how to get transaction miner fee with NBitcoin, given the transaction hash? I found this method: ``` public virtual Money GetFee(ICoin[] spentCoins) ``` but not sure what to pass there. Thank you!