type DB struct {
Core *core.Q History *history.Q// SkipCoreChecks makes DB skip checking transaction result in Core DB if `true`. SkipCoreChecks bool
}
DB provides transaction submission results by querying the
connected horizon and, if set, stellar core databases.