#ifndef LIGHTNING_LIGHTNINGD_COIN_MVTS_H #define LIGHTNING_LIGHTNINGD_COIN_MVTS_H #include "config.h" #include #include void notify_channel_mvt(struct lightningd *ld, const struct channel_coin_mvt *mvt); void notify_chain_mvt(struct lightningd *ld, const struct chain_coin_mvt *mvt); #endif /* LIGHTNING_LIGHTNINGD_COIN_MVTS_H */