lnd/chanstate
ziggie 96e0fd7447
chanstate: introduce Store interface
Add a new chanstate package containing the Store interface plus a
package logger. The interface mirrors the public surface of
*channeldb.ChannelStateDB so the compile-time assertion

    var _ ChannelStore = (*channeldb.ChannelStateDB)(nil)

No consumer migrates in this commit.
2026-05-11 18:54:30 -03:00
..
interface.go chanstate: introduce Store interface 2026-05-11 18:54:30 -03:00
log.go chanstate: introduce Store interface 2026-05-11 18:54:30 -03:00