lnd/lnwire
2019-01-07 12:53:40 -08:00
..
accept_channel.go
announcement_signatures.go
channel_announcement.go
channel_id_test.go
channel_id.go
channel_reestablish.go
channel_update.go
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
init_message.go
lnwire_test.go
lnwire.go
message.go
msat_test.go
msat.go
netaddress_test.go
netaddress.go
node_announcement_test.go lnwire: add test cases for node alias validation 2019-01-07 12:53:40 -08:00
node_announcement.go
onion_error_test.go
onion_error.go
open_channel.go
ping.go
pong.go
query_channel_range.go
query_short_chan_ids.go
README.md
reply_channel_range.go
reply_short_chan_ids_end.go
revoke_and_ack.go
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