Files
lnd/lnwallet/btcwallet
Oliver Gugger 0e5ce71b33 input+lnwallet: put MuSig2 types behind interface
We put the calls that don't use musig2 package specific types as
parameters or return values behind an interface so we can easily call
those directly in the RPC without needing to know the underlying
implementation version. Some calls can't be used in the interface
because they use the specific package version's types. These calls are
implemented in helper functions in the input package instead that do the
necessary type switches.
2023-02-03 18:30:10 +01:00
..
2023-01-24 09:23:47 +01:00
2022-02-10 11:02:01 +01:00