package sources // GraphSource defines the read-only graph interface required by LND for graph // related queries. type GraphSource interface { }