lnd.xprv/lnwire
2019-04-30 20:13:33 -07:00
..
accept_channel.go
announcement_signatures.go
channel_announcement.go lnwire: export ReadElements and WriteElements 2018-12-24 19:58:06 -06:00
channel_id_test.go
channel_id.go
channel_reestablish.go lnwire: export ReadElements and WriteElements 2018-12-24 19:58:06 -06:00
channel_update.go lnwire+multi: define HasMaxHtlc helper on msgFlags 2019-01-22 08:42:30 +01:00
closing_signed.go
commit_sig.go
error.go
features_test.go
features.go
funding_created.go
funding_locked.go
funding_signed.go
gossip_timestamp_range.go lnwire: export ReadElements and WriteElements 2018-12-24 19:58:06 -06:00
init_message.go
lnwire_test.go
lnwire.go
message.go lnwire: update tests and message code definitions for new gossip query msgs 2018-05-31 16:30:52 -07:00
msat_test.go
msat.go
netaddress_test.go
netaddress.go
node_announcement_test.go
node_announcement.go
onion_error_test.go
onion_error.go lnwire: export failureMessageLength constant 2019-04-30 20:13:33 -07:00
open_channel.go
ping.go lnwire: export ReadElements and WriteElements 2018-12-24 19:58:06 -06:00
pong.go
query_channel_range.go
query_short_chan_ids.go lnwire: export ReadElements and WriteElements 2018-12-24 19:58:06 -06:00
README.md
reply_channel_range.go lnwire: export ReadElements and WriteElements 2018-12-24 19:58:06 -06:00
reply_short_chan_ids_end.go
revoke_and_ack.go lnwire: export ReadElements and WriteElements 2018-12-24 19:58:06 -06:00
short_channel_id_test.go
short_channel_id.go
shutdown.go
signature_test.go
signature.go
update_add_htlc.go
update_fail_htlc.go
update_fail_malformed_htlc.go
update_fee.go
update_fulfill_htlc.go

lnwire

Build Status MIT licensed GoDoc

The lnwire package implements the Lightning Network wire protocol.

This package has intentionally been designed so it can be used as a standalone package for any projects needing to interface with lightning peers at the wire protocol level.

Installation and Updating

$ go get -u github.com/lightningnetwork/lnd/lnwire