Versions in this module Expand all Collapse all v0 v0.15.10001 Jan 16, 2023 v0.15.101 Jan 16, 2023 Changes in this version + const MaxMemoSize + const MaxPaymentRequestSize + func MigrateInvoiceTLV(tx kvdb.RwTx) error + func SerializeInvoice(w io.Writer, i *Invoice) error + func UseLogger(logger btclog.Logger) + type ContractState uint8 + type ContractTerm struct + Features *lnwire.FeatureVector + PaymentAddr [32]byte + PaymentPreimage lntypes.Preimage + State ContractState + Value lnwire.MilliSatoshi + type Invoice struct + AddIndex uint64 + AmtPaid lnwire.MilliSatoshi + CreationDate time.Time + Expiry time.Duration + FinalCltvDelta int32 + Htlcs []byte + Memo []byte + PaymentRequest []byte + SettleDate time.Time + SettleIndex uint64 + Terms ContractTerm + func LegacyDeserializeInvoice(r io.Reader) (Invoice, error)