cln_plugin: custommsg support

This commit is contained in:
Jesse de Wit
2023-08-10 09:36:13 +02:00
parent 5c6f7da265
commit c23dc64df5
6 changed files with 454 additions and 42 deletions

View File

@@ -115,3 +115,8 @@ type LogNotification struct {
Level string `json:"level"`
Message string `json:"message"`
}
type CustomMessageRequest struct {
PeerId string `json:"peer_id"`
Payload string `json:"payload"`
}