This commit is contained in:
callebtc 2022-08-20 01:04:31 +02:00
parent 250c036c47
commit a87eac37b8

View file

@ -1,9 +0,0 @@
package api
type PaymentStatusResponse struct {
State string `json:"state"`
FeeMsat int64 `json:"fee_msat,omitempty"`
Amount int64 `json:"amount,omitempty"`
Preimage string `json:"preimage,omitempty"`
PaymentHash string `json:"payment_hash"`
}