···207207 BundleNumber int // if from bundle
208208 Position int // if from bundle
209209}
210210+211211+type resolverTiming struct {
212212+ totalTime int64
213213+ mempoolTime int64
214214+ indexTime int64
215215+ loadOpTime int64
216216+ source string // "mempool" or "bundle"
217217+}