···207 BundleNumber int // if from bundle
208 Position int // if from bundle
209}
00000000
···207 BundleNumber int // if from bundle
208 Position int // if from bundle
209}
210+211+type resolverTiming struct {
212+ totalTime int64
213+ mempoolTime int64
214+ indexTime int64
215+ loadOpTime int64
216+ source string // "mempool" or "bundle"
217+}