You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lntop/network/models/payreq.go

15 lines
275 B
Go

package models
type PayReq struct {
Destination string
PaymentHash string
Amount int64
Timestamp int64
Expiry int64
Description string
DescriptionHash string
FallbackAddr string
CltvExpiry int64
String string
}