commit
30d7942fce
10 changed files with 31 additions and 14 deletions
|
|
@ -348,6 +348,7 @@ type NewAddressResponse struct {
|
|||
type NewInvoiceRequest struct {
|
||||
Amountsats int64 `json:"amountSats"`
|
||||
Memo string `json:"memo"`
|
||||
Zap string `json:"zap"`
|
||||
}
|
||||
type NewInvoiceResponse struct {
|
||||
Invoice string `json:"invoice"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue